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

[Solved] RadGrid Grouping problem

2 Answers 105 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Rachael L
Top achievements
Rank 1
Rachael L asked on 15 Feb 2010, 02:57 AM
Hi, Gurus,

I have a problem with radgrid grouping. I need to group my data on user titles, it works fine but it looks odd after displaying shown bellowed. you can see the title always a bit higer and closed to upper dataitem. does anybody know how to fix it?

Another thing is whether I can re-format  group information without group field? eg, if I group data with 'Title' field, I want to show the real title rather than 'Title: xxxxx'.


Many thanks in advance.

2 Answers, 1 is accepted

Sort by
0
Accepted
Dimo
Telerik team
answered on 17 Feb 2010, 09:36 AM
Hello Rachael,

Here is how to customize the group headers:

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

The vertical alignment problem is probably caused by the fact that the pages are running in quirks mode (no DOCTYPE or loose HTML 4.0 DOCTYPE). Please use these CSS rules:


* html .RadGrid .rgGroupHeader td div div
{
    top:-0.1em;
}
* html .RadGrid .rgGroupHeader td div div div
{
    top:0;
}


Kind 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.
0
Rachael L
Top achievements
Rank 1
answered on 17 Feb 2010, 07:18 PM
Many many thanks
Tags
General Discussions
Asked by
Rachael L
Top achievements
Rank 1
Answers by
Dimo
Telerik team
Rachael L
Top achievements
Rank 1
Share this question
or