I can't work out how to get the deselected rows in the change() event in the grid? I can see that the select() method gives the rows that are selected but I can't see how to get the row that was just deselected ?
1 Answer, 1 is accepted
0
Vladimir Iliev
Telerik team
answered on 18 Dec 2012, 02:33 PM
Hi Carl,
Please note that there is no build-in method which returns the deselected rows in the Change event, however you can implement such functionality by saving currently selected rows on each Change event and on next Change event compare them with the newly selected rows. Please find the example below: