I am trying to enable or disable kendo grid Cell depend on other value in same row in MVC. I have tried
grid.dataSource.at(i).fields["colname"].editable = true;
but it affects all the rows column. I want only selected row's cell should disable/enable.
Thanks for help.