Programmatically disable a grid. (making readonly) #989
Unanswered
b-giavotto
asked this question in
Q&A
Replies: 2 comments 1 reply
-
@b-giavotto sorry for delay. You can just use no selection model at all. Or I think there are options to disable selection. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Thx, i've found there is an "editable" option in slick grid options. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I use a slickgrid with RowSelectionModel. based on user choice (for example a selection of a checkbox) i need to completely disable the ability to select a cell or row either by mouse or keyboard.
Is there a such kind? How can i get this?
Beta Was this translation helpful? Give feedback.
All reactions