Hi Everyone,
I am wondering if it's possible to have childgrids at he same level but with different columns kind of:
Column1, Column2, Column3 and Column4 are the same in each childgrid
In fact each childgrid would be independant from the others in terms number of columns. Some column would show and other wouldn't depending of the data in the database (if N/A the column doen't show for that childgrid)
I am changing the datatable for each childgrid (because they are different) DetailTableDataBind but the columns generated doesn't maps the datatable.
Right now every childgrid is following the pattern of the first chidlgrid leaving blank field even if the column is not in the datatable.
I hope i am clear enough
Thank you
Regis
I am wondering if it's possible to have childgrids at he same level but with different columns kind of:
| ID | NAME |
| 1 Name1 |
| - Column1 | Column2 |
| data data |
| 2 Name2 |
| - Column3 | Column4 |
| data data |
| 3 Name3 |
| - Column1 | Column3 | Column4 |
| data data data |
Column1, Column2, Column3 and Column4 are the same in each childgrid
In fact each childgrid would be independant from the others in terms number of columns. Some column would show and other wouldn't depending of the data in the database (if N/A the column doen't show for that childgrid)
I am changing the datatable for each childgrid (because they are different) DetailTableDataBind but the columns generated doesn't maps the datatable.
Right now every childgrid is following the pattern of the first chidlgrid leaving blank field even if the column is not in the datatable.
| ID | NAME |
| 1 Name1 |
| - Column1 | Column2 |
| data data |
| 2 Name2 |
| - Column1 | Column2 | Column3 | Column4 |
| data data |
| 3 Name3 |
| - Column1 | Column2 | Column3 | Column4 |
| data data data |
I hope i am clear enough
Thank you
Regis