Has anyone worked on creating the Nested Data grids in ASP.Net 1.1?
Outer Grid: I would like to have the rows to be expandable. On click of "+" on each row, I would like the inner data grid to be populated with certain values based on that row.
Also export to excel feature for all of them in the same format.
I'm getting it using jQuery but looking for possible options in ASP.Net 1.1 controls itself.