Hello
I have a main grid, with a second one inside it...
I need to get the selected item inside the subgrid... How can I do that?
1 Answer, 1 is accepted
0
Maya
Telerik team
answered on 23 Sep 2011, 06:54 AM
Hello Samuel,
You can subscribe to the SelectionChanged event of the parent grid. This event will be fired for all inner grids as well and the last item in AddedItems collection will be the one you are looking for: