manishsawant
MIS
Hi,
I want to create a parent child grid. Something like
Col1 Col2 Col3
+ A B C
+ D E F
When i click on + i should get..
Col1 Col2 Col3
- A 10 C --> parent row
A 5 C --> child Rows
A 3 C
A 2 C
- D 20 F
D 10 F
D 10 F
For parent row i am getting a dataset from a Web Service and for child row i am getting a dataset from another web service. Is it possible that on click of the + button i add rows to the grid dynamically as per the rows in the dataset.
I am using ASP.net 2.0 GridView. This grid should have sorting as well and the columns should be added dynamically at runtime as i don't know what are the columns. Has anyone done like this before?
Any advice would be appreciated.
Thanks,
Manish
I want to create a parent child grid. Something like
Col1 Col2 Col3
+ A B C
+ D E F
When i click on + i should get..
Col1 Col2 Col3
- A 10 C --> parent row
A 5 C --> child Rows
A 3 C
A 2 C
- D 20 F
D 10 F
D 10 F
For parent row i am getting a dataset from a Web Service and for child row i am getting a dataset from another web service. Is it possible that on click of the + button i add rows to the grid dynamically as per the rows in the dataset.
I am using ASP.net 2.0 GridView. This grid should have sorting as well and the columns should be added dynamically at runtime as i don't know what are the columns. Has anyone done like this before?
Any advice would be appreciated.
Thanks,
Manish