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

Grouping header with how to set

1 Answer 56 Views
Grid
This is a migrated thread and some comments may be shown as answers.
NA
Top achievements
Rank 1
NA asked on 19 Mar 2014, 05:11 AM
I am using radgrid grouping in this how to set the grouping width  in asp.net

1 Answer, 1 is accepted

Sort by
0
Princy
Top achievements
Rank 2
answered on 19 Mar 2014, 06:23 AM
Hi,

I'm not clear about your requirement. You can set the properties for the Grouping using the GroupHeaderItemStyle property of the grid.

ASPX:
<telerik:RadGrid ID="RadGrid1" runat="server">
 <GroupHeaderItemStyle BackColor="Red"  Width="400px" />

Elaborate on your requirement if this doesn't help.

Thanks,
Princy
Tags
Grid
Asked by
NA
Top achievements
Rank 1
Answers by
Princy
Top achievements
Rank 2
Share this question
or