With a batch edit grid, I wanted to write a method that would warn the user if they try to do a page/sort/filter operation when they have data that hasn't been saved. I figure I can look for any cases where .k-dirty-cell shows up and if any are found I can launch a confirm dialog that asks "Save changes before continuing?" or something like that. But what I can't figure out is what event on the grid or datasource I would need to hook into for this logic. Ideally, I'd want to have it fire before the read() operation is called on the datasource since that would catch pretty much any situation where the data might get overwritten. Any suggestions on how/if this can be done?
Thanks!
Regards,
Brian
Thanks!
Regards,
Brian