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

Grid grouping with and without frozen columns

3 Answers 104 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Jesús
Top achievements
Rank 1
Jesús asked on 01 Apr 2010, 12:38 PM
Hi.

We are developing a grid to use it as data support for a customizable report. The data can be grouped by several columns (one or more), or cannot be grouped. Another possibility is to freeze some columns depends of the data.

Well, suppose we want to group the data by some columns, to make it easy, only one column. If I don't freeze any columns, in the GridGroupHeaderItem I see, in the appropiate cell, the grouped data criteria as {field_name}: {value} (it's possible to make only appears {value}?). But if i freeze some columns, it doesn't matter the number of frozen columns, at the same cell it don't appear any data. Why this change of behaviour? It's possible to see this data using frozen columns?

Thanks in advance.

Jesús

3 Answers, 1 is accepted

Sort by
0
Pavlina
Telerik team
answered on 02 Apr 2010, 03:06 PM
Hello,

If you are using grouping with frozen columns, you need to increase the FrozenColumnsCount by the number of GroupSplitterColumns.

However, I suggest you examine the following forum thread which elaborates on this matter and let me know if it helps to achieve the desired functionality:
http://www.telerik.com/community/forums/aspnet-ajax/grid/should-gridgroupsplittercolumn-be-included-in-frozencolumcount.aspx

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
Jesús
Top achievements
Rank 1
answered on 06 Apr 2010, 09:22 AM
Hi again.

Making my own tests I discovered I have to increase the number of GroupSplitterColumns when I freeze some columns. The article is really interesting, but this isn't my trouble.

When I don't freeze columns (suppose hi have the columns A, B, C & D) and I group for the A column, in the GridHeaderItem, on the A column, I have the data {A column name}: {A column value}. But on the column A, when I freeze columns (to make it easy, the A column), in the GridHeaderItem of the A column I don't have any data, and I want to appears some data (by default, the same as when I don't freeze columns). What have I do? Really, I want only appears the {A column value}, but this is the next step.

Thanks.
0
Pavlina
Telerik team
answered on 06 Apr 2010, 09:29 AM
Hello,

Based on this information, it is hard to determine what is causing this behavior. If the issue persists, you can open a formal support ticket, and send us a small working project, demonstrating the unwanted behavior. We will review it locally, and advise you further.

All the best,
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.
Tags
Grid
Asked by
Jesús
Top achievements
Rank 1
Answers by
Pavlina
Telerik team
Jesús
Top achievements
Rank 1
Share this question
or