Asp.Net Datagrid - how to Split each column into two columns
-
hi,
I want to display a datagrid sub columns in each column as follows...
example
date | 1 | 2 | 3 | 4 | 5 |
|in | out| in |out | in |out | in| out| |
Name | | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | |Please help me thanks in advance
-
hi,
I want to display a datagrid sub columns in each column as follows...
example
date | 1 | 2 | 3 | 4 | 5 |
|in | out| in |out | in |out | in| out| |
Name | | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | |Please help me thanks in advance
To display first row use simple html table having span of two columns of Datagrid...
Thanks & Regards... Amit
-
To display first row use simple html table having span of two columns of Datagrid...
Thanks & Regards... Amit
?? do you think this can solve the purpose ?
Ashish Sehajpal
-
?? do you think this can solve the purpose ?
Ashish Sehajpal
Can you give solution in detail.? regards sam asir