4 Answers, 1 is accepted
0
Hi Joseph,
Maya
the Telerik team
May you provide a bit more details about the exact behavior you want to accomplish ?
Do you want to achieve some kind of merged cells/ headers ?
Maya
the Telerik team
Do you want to have your say when we set our development plans?
Do you want to know when a feature you care about is added or when a bug fixed?
Explore the
Telerik Public Issue Tracking
system and vote to affect the priority of the items
0

bgmania
Top achievements
Rank 1
answered on 18 Apr 2011, 04:18 PM
Hi,
I'm not sure this could be made to look good aesthetically, but for the moment I have a requirement to implement a datagrid where each database record is displayed over two rows. I guess it would be similar to row details concept, and maybe that's the way to go.
Here's an example record (hopefully the spacing turns out ok):
---------------------------------------------------
I'm not sure this could be made to look good aesthetically, but for the moment I have a requirement to implement a datagrid where each database record is displayed over two rows. I guess it would be similar to row details concept, and maybe that's the way to go.
Here's an example record (hopefully the spacing turns out ok):
Account No First Name Last Name Status
Address City---------------------------------------------------
123456 John Doe Pending
123 Shady Tree Lane Little Rock
0
Accepted
Hi,
Vlad
the Telerik team
You can create any custom row layout similar to this demo.
Kind regards,Vlad
the Telerik team
Do you want to have your say when we set our development plans?
Do you want to know when a feature you care about is added or when a bug fixed?
Explore the
Telerik Public Issue Tracking
system and vote to affect the priority of the items
0

bgmania
Top achievements
Rank 1
answered on 21 Apr 2011, 07:01 PM
Thanks. That would work, although the GridView/ColumnTypes demo is a better example of what I was referring to. Thanks for pointing me in the right direction. - that's what I needed.