I have a couple of questions regarding locking (as in not allowing user to modify) entries in w2ui grid:
Is there a way to lock a certain cell of an editable column?
- I know from the documentation that I can lock the whole grid with
w2grid.lock
method. - I should be able to lock one whole row by changing
editable: true
tofalse
in the record properties. - I can also lock a whole editable column by changing
editable: true
tofalse
. - But I can't think of any way to lock one particular cell.
- I know from the documentation that I can lock the whole grid with
How to have the yellow lock icon just like in the picture at the bottom of this page?
Thanks in advance for all the help