This is a migrated thread and some comments may be shown as answers.

Column cells in group header?

1 Answer 62 Views
Grid
This is a migrated thread and some comments may be shown as answers.
neebs
Top achievements
Rank 2
neebs asked on 17 Aug 2010, 10:15 PM
I need to apply some style settings to entire columns of data in a grouped grid. Since the group header is rendered as a single cell in a table, i.e., all the columns are merged into one with the group header text left aligned, I can't do this. Is there a way to make the group header render as un-merged cells? To be precise, I'm trying to attain a split grid. I need to have a single grid appear to be two grids side-by-side. The only way I can think of doing this is to override the styles on a dummy column to be blank, with left and right borders matching that of the grid. 

Thanks, Steve

1 Answer, 1 is accepted

Sort by
0
Dimo
Telerik team
answered on 18 Aug 2010, 10:50 AM
Hi Steve,

If you enable RadGrid scrolling with static headers, the group header rows will be rendered as a collection of unmerged cells. You will be able to modify their appearance in the ItemCreated event handler.

http://www.telerik.com/help/aspnet-ajax/grdaccessingcellsandrows.html

Regards,
Dimo
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
Tags
Grid
Asked by
neebs
Top achievements
Rank 2
Answers by
Dimo
Telerik team
Share this question
or