Programmatically disable a grid. (making readonly) #989
Answered
by
ghiscoding
b-giavotto
asked this question in
Q&A
|
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. |
Answered by
ghiscoding
Feb 19, 2024
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. |
0 replies
|
Thx, i've found there is an "editable" option in slick grid options. |
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
change it dynamically
grid.setOptions({ editable: false });