You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 5, 2024. It is now read-only.
If change "resizable" and "dragable" properties of gridconfig, CSS "cursor" property of grid elements in DOM remains with random values (ew-resize, move, ...)
#302
Open
RaSMiY opened this issue
Feb 18, 2019
· 0 comments
I have a set of items in my angular2-grid container. I need to dynamically enable and disable resize and drag mode (edit mode). When I disable edit mode (set resizable and draggable to false) DOM contains random values of css "cursor" property in grid elements.
The text was updated successfully, but these errors were encountered:
RaSMiY
changed the title
If change "resizable" and "dragable" properties of gridconfig css "cursor" property of grid elements remains with random values (ew-resize, move, ...)
If change "resizable" and "dragable" properties of gridconfig, CSS "cursor" property of grid elements in DOM remains with random values (ew-resize, move, ...)
Feb 18, 2019
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I have a set of items in my angular2-grid container. I need to dynamically enable and disable resize and drag mode (edit mode). When I disable edit mode (set resizable and draggable to false) DOM contains random values of css "cursor" property in grid elements.
The text was updated successfully, but these errors were encountered: