When I have a grid with selectable: true, how do I know the last row user have selected in change event?
Note that I don't want - and I should'n - have to bind any other event in the dom to achieve that. Can I make it only with widget's native change event ?
Thank you.
1 Answer, 1 is accepted
0
Eduardo Serra
Telerik team
answered on 09 Jan 2017, 03:56 PM
Hello Fernando,
It is indeed possible to get the selected row on the change event of the Kendo UI Grid.