I have tried this method but am unsure how to get the values from the row I am working with. Say I have a grid that has
- state | state code|additional information
+ City| zip code
when I click the expander on the first line I want to get state and state code to send to the controller to get the next line that shows city and zip code.
0
Petur Subev
Telerik team
answered on 08 Nov 2013, 11:55 AM
Hello Wyatt,
What exactly is the problem with the approach used within the hierarchy demo? I assume you are trying to achieve the same behavior and send the ID of the parent Grid row to the read request of the child Grid.