This question is locked. New answers and comments are not allowed.
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:
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.
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.