Editor - Selected rows only
Editor - Selected rows only
Is it possible to mark some rows as being NOT editable? I want to disable editing on some of the rows if that's possible,
This question has an accepted answers - jump to answer
This discussion has been closed.
Answers
I presume you are using Select to select rows? If so, you could use the
select.selectoroption to control how the rows are selected. Just alter it to match a condition that allows the row to be editable (for example a class on the row that has been added bycreatedRow).Allan
Thank you