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?
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?