This is a migrated thread and some comments may be shown as answers.

hierarchial grid

1 Answer 44 Views
Grid
This is a migrated thread and some comments may be shown as answers.
major
Top achievements
Rank 1
major asked on 09 Aug 2010, 03:10 PM
I'm using the hierarchial RadGrid. I'm trying to 'tie' the nested grid to the parent grid without using a SqlDataSource as the source. (All of the demos use a SqlDataSource).
I usually do this on the 'selectedIndexChanged' event of the gridview, where i get the parent row's ID by the Selected Value. In this case, though, I don't see an event where I can retreive the DataKey value.
Is there an 'OnExpandedRow' event or 'OnNestedGridDataBound' or something similar?

1 Answer, 1 is accepted

Sort by
0
Maria Ilieva
Telerik team
answered on 12 Aug 2010, 09:23 AM
Hi major,

I would suggest you to use the OnHierarchyExpanded event of RadGrid. Refer to the following help topic for more information on this matter.


Kind regards,
Maria Ilieva
the Telerik team

Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
Tags
Grid
Asked by
major
Top achievements
Rank 1
Answers by
Maria Ilieva
Telerik team
Share this question
or