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

Grid group header message

4 Answers 93 Views
Grid
This is a migrated thread and some comments may be shown as answers.
adi
Top achievements
Rank 1
adi asked on 28 Feb 2012, 11:47 AM
Hello
I am using the following grid: http://demos.telerik.com/aspnet-ajax/grid/examples/groupby/headerandfootertemplates/defaultcs.aspx .
Could you please tell me if the group header message ((Showing 1 of 2 items. Group continues on the next page.)) can be customized by my preferences?
Thank you

4 Answers, 1 is accepted

Sort by
0
Princy
Top achievements
Rank 2
answered on 28 Feb 2012, 12:12 PM
Hello,

Try setting the following.
aspx:
<GroupingSettings GroupContinuesFormatString="your text" GroupSplitDisplayFormat="your text" />

Thanks,
Princy.
0
adi
Top achievements
Rank 1
answered on 28 Feb 2012, 12:14 PM
And how do I apply my css styles?
Thank you
0
Accepted
Jayesh Goyani
Top achievements
Rank 2
answered on 28 Feb 2012, 01:27 PM
Hello ADi,

.RadGrid .rgGroupHeader
       {
           background-image:none !important;
           background-color:Red !important;
       }


or

.myclass
        {
             background-image:none !important;
            background-color:Red !important;
        }
<GroupHeaderItemStyle CssClass="myclass" />


Thanks,
Jayesh Goyani
0
adi
Top achievements
Rank 1
answered on 28 Feb 2012, 03:04 PM
Thank you. It worked
Tags
Grid
Asked by
adi
Top achievements
Rank 1
Answers by
Princy
Top achievements
Rank 2
adi
Top achievements
Rank 1
Jayesh Goyani
Top achievements
Rank 2
Share this question
or