5 Answers, 1 is accepted
0
Hello Oscar,
Rosen
the Telerik team
When sync operation completes the DataSource's change event will be raised. This will signal the bound widgets to refresh their content.
Regards,Rosen
the Telerik team
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
0

Oscar
Top achievements
Rank 1
answered on 04 Apr 2012, 05:13 PM
Hi Rosen,
It seems that dataSource change event is raised every time the user changes the value of a cell and leaves to any other one.
This is not what I need. I need only one event raised when all the changes that the user has made (add, itemChanges, and so on) have been completed. I want to close the page when all these changes have been completed in the server-side or notify the user of their changes have been saved.
How can I accomplish this?
Regards.
It seems that dataSource change event is raised every time the user changes the value of a cell and leaves to any other one.
This is not what I need. I need only one event raised when all the changes that the user has made (add, itemChanges, and so on) have been completed. I want to close the page when all these changes have been completed in the server-side or notify the user of their changes have been saved.
How can I accomplish this?
Regards.
0
Hello Oscar,
Regards,
Rosen
the Telerik team
Here is a simplified implementation of such functionality:
Regards,
Rosen
the Telerik team
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
0

Oscar
Top achievements
Rank 1
answered on 05 Apr 2012, 03:48 PM
Hello Rosen,
Thank you for your help.
Would you please provide an example using a kendoGrid?
Regards.
Thank you for your help.
Would you please provide an example using a kendoGrid?
Regards.
0
Hi Oscar,
Rosen
the Telerik team
Here is the same basic approach as before but using the Grid widget:
Rosen
the Telerik team
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!