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

Style Group Header

2 Answers 57 Views
Grid
This is a migrated thread and some comments may be shown as answers.
sircutbreaker
Top achievements
Rank 1
sircutbreaker asked on 27 May 2009, 02:15 PM
I was poking around and I just cant seem to figure out how to style the group header... the text is too big... I want to reduce it..

I looked through the manual and I just cant seem to find out how to do this..

Please show me the way :)

Thanks,

Jeff

2 Answers, 1 is accepted

Sort by
0
Accepted
Shinu
Top achievements
Rank 2
answered on 28 May 2009, 04:03 AM
Hi Jeff,

Check out the following help article which explains how to customize the GridGroupHeader.
Customizing GridGroupHeaderItem

You may also use the GroupSettings of the Grid to set the GroupContinuedFormatString/GroupContinuesFormatString etc.

ASPX:
 
 <GroupingSettings   GroupContinuedFormatString="to be continued.." GroupContinuesFormatString="..Continues"/> 


Shinu
0
sircutbreaker
Top achievements
Rank 1
answered on 28 May 2009, 11:08 AM
I was able to get to it and reduce the size via the item_databound routine.

Thanks again!

Jeff
Tags
Grid
Asked by
sircutbreaker
Top achievements
Rank 1
Answers by
Shinu
Top achievements
Rank 2
sircutbreaker
Top achievements
Rank 1
Share this question
or