I was having a grid where there is a need to edit and delete rows.
Thankful for Kendo UI i got every configuration perfectly working for both update and delete operations. Yet both operations sync the data through the transport when i click on the save changes button on the toolbar. What i wanted was to do the sync when a delete button is clicked after the confirmation has displayed and the user made the decision to delete the row.
I have experimented with the remove event of the grid yet i discovered that what ever code is put in that block it will be executed before the row is removed from the grid.
Any way that i can sync the datasource after a row is removed from a grid without having to click on the save changes button on the tool bar?
Regards, Mekbib A.
Thankful for Kendo UI i got every configuration perfectly working for both update and delete operations. Yet both operations sync the data through the transport when i click on the save changes button on the toolbar. What i wanted was to do the sync when a delete button is clicked after the confirmation has displayed and the user made the decision to delete the row.
I have experimented with the remove event of the grid yet i discovered that what ever code is put in that block it will be executed before the row is removed from the grid.
Any way that i can sync the datasource after a row is removed from a grid without having to click on the save changes button on the tool bar?
Regards, Mekbib A.