Reputation: 3810
How can I update value of a non-editable column when some other column value changes. For example: Total column should be non-editable. User inline edits Quantity column and I want to update Total column. I want to do this client side. I have spent a lot of time on DataTables and still could not do it. So, moved to Kendo Grid. Hope it works this time. Any help is appreciated.
Upvotes: 1
Views: 4921
Reputation: 2338
I think this is too late for you,
but anyway you can find you answer here:
http://jsfiddle.net/inikolova/H6tgv/9/
you should handle the save
event of the kendo grid and then update the item using model.set
function.
Upvotes: 1