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

[Solved] Grouping title is not showing up

1 Answer 83 Views
Grid
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
john huang
Top achievements
Rank 1
john huang asked on 01 Jul 2011, 09:46 AM
Hi,

I realized that the grouping title of grid is not showing up if the column is invisible, since the 2011 Q1 version.

Follow is my code snippet:
Columns.Bound(o => o.Company).Title("Company Name").Visible(false);

In the 2010 Q3 version, the grouping title is Company Name: XXXXXXX.
However, in 2011 Q1 and Q2 beta, the grouping title becomes Company: XXXXXXX.

I also found that  the grouping title is correct if the column is visible.

Is there any thing I can do to keep the column invisible and  show the grouping title.

1 Answer, 1 is accepted

Sort by
0
Dadv
Top achievements
Rank 1
answered on 05 Jul 2011, 08:31 AM
Look at this or at this

Regards
Tags
Grid
Asked by
john huang
Top achievements
Rank 1
Answers by
Dadv
Top achievements
Rank 1
Share this question
or