I would like to display the columns of a DataRow in more than one row of the GridView.
Something like
HeaderRow Last Name First Name
Phone Email
Row 1 Bill Smith
719-999-9999 Bill@jk.com
Row 2 Joe Brown
203-000-0000 Joe@br.com
Thanks
Radha
2 Answers, 1 is accepted
0
Jimmy
Telerik team
answered on 13 Oct 2008, 01:18 PM
Hello Radhakrishnan,
Unfortunately RadGridView does not support such customization yet. A possible workaround could be to customize the row in a grid where two by two RowCells are on top of each other and will imitate the row layout that you want. Below is an example of how this could be done.
However this techneque requires fixed Width as there is no property yet that you could bind to.
Custom header is another feature that is not yet supported in our GridView. However you can hide our default header row and implement your own custom UI header row that could be put inplace of the default one. That way you might be able to overcome the fized-size GridViewCell problem by implementing your own binding logic.
Regards,
Jimmy
the Telerik team
Check out Telerik Trainer, the state of the art learning tool for Telerik products.