I have a need to use a RadWindow from a HyperLink in both the level 1 columns and the DetailTables.
The RadGrid data is populated via OnNeedDataSource() as the data is extracted from a context.
The DetailTables data is populated via OnDetailTableDataBind().
When I used an OnItemCreated() to enable me to change the href and onclick attributes of the asp:HyperLinks, I lost the data in the RadGrid and was not able to select anything. I realize it is because the data has been changed so this option is not available to me, though the RadWindow was working nicely.
Currently I am using GridHyperLinkColumns but am unable to use a RadWindow with these.
Any suggestions of how to make it work?