Good day,
I have a parent gridview with a few columns. On each row, I want to have a nested gridview. However, I have problems about displaying correctly the nested gridview.
If I place the nested gridview in the first columns of the parent gridview, when I will set the visible attribute to true to the nested one, of course, all the columns of the parent gridview will be moved to the right (to make some space for the child gridview).
How can I make that child gridview to span over the columns of the parent gridview? If it's not possible, how to can I achieve something similar. Of course, I don't want to place the child gridview in the last columns of the parent gridview...
Thank you very much!
Edit: We must use asp.net 2.0