How to change the datagrid column structure to row
i am using datagrid product, by default it display headers in Top row and relevant data in other rows( records are displayed in row way now i need column way)
But i want to display headers in first column rest of the records in other column
do we have any support for this in data grid if yes what all the changes i should make, if not what is the other solution.
example:
empid empName
1 sufy
2 far
3 shr
The above should be displayed as follows using data grid
empid 1 2 3
empName sufy far sha
Thanks in advance
But i want to display headers in first column rest of the records in other column
do we have any support for this in data grid if yes what all the changes i should make, if not what is the other solution.
example:
empid empName
1 sufy
2 far
3 shr
The above should be displayed as follows using data grid
empid 1 2 3
empName sufy far sha
Thanks in advance
sufiya
January 2,