.... MultipleEditGrid. I need to check for unsaved records on PageChange and If I find any records in EditItems call .Save function on eachControl. I Guess I can just remove record from EditItems if saving was ok.
Is it also possible to check for unsaved revords on page_unload?
//h
1 Answer, 1 is accepted
0
Iana Tsolova
Telerik team
answered on 02 Feb 2011, 01:38 PM
Hello Henrik,
I would suggest that you implement your logic in the PageIndexChanged/ItemCommand event. There check if there are items in edit mode. You can see that by checking the EditIndexes collection. Then perform batch update as described here for instance.