I have a hierarchy of grid views which are nested. To be specific: I have a grid view (say dt2) nested inside a grid view (say dt1). Now, I have many small grid views nested inside a nested grid view (dt2), and I want to fill the grid views inside it, which I am finding tedious as the rowdatabound event of dt2 is not getting fired unlike the event of dt1.
Share
There are many articles out there on how to do this; I found this one to be most helpful. It doesn’t appear all that complicated.
Display columns:
Grouping:
Relational DataSet:
Binding: