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

RadGrid doesn't look good after grouping

4 Answers 82 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Fresh
Top achievements
Rank 1
Fresh asked on 03 May 2010, 11:17 AM
Hello guys,
we actually bought the new RadGrid and it's our first time to deal with it.
We have a RadGrid with winodws7 skin and when with drop a column to the header group, the Grid doesn't look good.
Here the screenshots (they are also attached):
  • before grouping: link
  • after grouping: link

Here the declaration:
<telerik:RadGrid runat="server" ID="GridProjectListRad" Skin="Windows7" AutoGenerateColumns="False" AllowSorting="true" Width="100%" AllowFilteringByColumn="true" AllowPaging="true" PageSize="10" ShowHeader="true" ShowFooter="false" ShowGroupPanel="true" > <ClientSettings ReorderColumnsOnClient="True" AllowDragToGroup="True" AllowColumnsReorder="True"> <Selecting AllowRowSelect="True"></Selecting> <Resizing AllowRowResize="True" AllowColumnResize="True" EnableRealTimeResize="True" ResizeGridOnColumnResize="False"></Resizing>

 

<Scrolling AllowScroll="True" UseStaticHeaders="true" SaveScrollPosition="True" FrozenColumnsCount="1"></Scrolling>

 

</ClientSettings<HeaderContextMenu EnableAutoScroll="True"></HeaderContextMenu> <ExportSettings IgnorePaging="true" OpenInNewWindow="true"> </ExportSettings> <GroupingSettings ShowUnGroupButton="false" />
<MasterTableView DataKeyNames="ProjectUID" AutoGenerateColumns="false" CommandItemDisplay="Bottom" AllowMultiColumnSorting="true" AllowFilteringByColumn="True" > <RowIndicatorColumn Visible="True"></RowIndicatorColumn 

 

 

 

<Columns>

 

<telerik:GridHyperLinkColumn HeaderText="ProjectName" UniqueName="ProjectName" DataTextField="ProjectName"

 

SortExpression="ProjectName" HeaderStyle-Width="40%" FilterControlWidth="95%" />

 

<telerik:GridBoundColumn HeaderText="ProjectLeader" DataField="ProjectLeader" UniqueName="ProjectLeader"

 

SortExpression="ProjectLeader" HeaderStyle-Width="15%" FilterControlWidth="85%" />

 

<telerik:GridDateTimeColumn HeaderText="LastReport" DataField="LastReport" UniqueName="LastReport" SortExpression="LastReport" HeaderStyle-Width="15%" FilterControlWidth="85%" /> <telerik:GridBoundColumn HeaderText="LastModifiedBy" DataField="LastModifiedBy" UniqueName="LastModifiedBy" SortExpression="LastModifiedBy" HeaderStyle-Width="15%" FilterControlWidth="85%" />  

<telerik:GridBoundColumn HeaderText="Status" DataField="Status" UniqueName="Status"

SortExpression="Status" HeaderStyle-Width="15%" FilterControlWidth="85%" ReadOnly="true" > <FilterTemplate> <telerik:RadComboBox runat="server" ID="FilterComboStatus" AutoPostBack="true" Filter="Contains" Skin="Windows7" Width="99%" OnSelectedIndexChanged="FilterComboStatus_SelectedIndexChanged"  

OnClientLoad="OnClientSelectedIndexChangedHandler" > </telerik:RadComboBox> </FilterTemplate> 

<HeaderStyle HorizontalAlign="Center"></HeaderStyle> <ItemStyle HorizontalAlign="Center"></ItemStyle> </telerik:GridBoundColumn>

 

 

</Columns>

</MasterTableView> <SortingSettings EnableSkinSortStyles="false" /> </telerik:RadGrid>

So, did we miss something? Why does the RadGrid look so bad after grouping?
Plus, how to allow multi grouping? Because each time we drop a column in the group header, it will replace the older one.

Thank you
William

4 Answers, 1 is accepted

Sort by
0
Мarkus
Top achievements
Rank 1
answered on 04 May 2010, 03:22 PM
Any idea how to get it work?
I also have the same problem.
Thank you
0
Yavor
Telerik team
answered on 06 May 2010, 08:08 AM
Hi Markus,

This seems to be an issue with the skin, when static headers are enabled.
While we investigate the issue further, you can temporarily disable the scrolling for the grid.

All the best,
Yavor
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
Pavlina
Telerik team
answered on 07 May 2010, 11:58 AM
Hello William and Markus,

Attached to this message is a modified application which is working as expected. Please give it a try and let me know if other questions or problems arise.

I hope this helps.

Regards,
Pavlina
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
Fresh
Top achievements
Rank 1
answered on 17 Sep 2010, 04:37 PM
Hello Pavlina,

sorry again for the delay.
We did successfully tried your modified application and it did work fine.
We are replacing our old Grid with Telerik Grid and we are very happy so far.

Now we are still waiting for a more comfortable way to change the language of the grid to english, german or french...

Thank you again for your support!
Tags
Grid
Asked by
Fresh
Top achievements
Rank 1
Answers by
Мarkus
Top achievements
Rank 1
Yavor
Telerik team
Pavlina
Telerik team
Fresh
Top achievements
Rank 1
Share this question
or