Hi,
I'm updating multiple properties on a Kendo datasource row model (using model.set javascript), and I want the grid to update only after the last change is made. Another issue is that i don't know (without many if statements) whether any of the properties actually changed.
Regards,
Tom
2 Answers, 1 is accepted
0
Accepted
Alexander Valchev
Telerik team
answered on 11 Mar 2014, 03:08 PM
Hi Tom,
You can prevent the data bind action at the dataBinding event. For example: