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

Grouping case sensitive in v2009.3.9.1103

1 Answer 62 Views
GridView
This is a migrated thread and some comments may be shown as answers.
David Storey
Top achievements
Rank 1
David Storey asked on 09 Feb 2010, 04:05 PM
The following works;
GridGroupByExpression groupBy = new GridGroupByExpression();
groupBy.Expression = "[Status] format \"Current {0}: {1}\" Group By Status DESC";
this.fundsGrid.MasterGridViewTemplate.GroupByExpressions.Add(groupBy);

The following doesnt work

GridGroupByExpression groupBy = new GridGroupByExpression();
groupBy.Expression = "[Status] format \"Current {0}: {1}\" Group By Status desc";
this.fundsGrid.MasterGridViewTemplate.GroupByExpressions.Add(groupBy);

:o)

1 Answer, 1 is accepted

Sort by
0
Julian Benkov
Telerik team
answered on 12 Feb 2010, 08:30 AM
Hello David Storey,

The issue was logged in our issue tacking system. A fix will be available in our next major release. Thank for reporting the issue. Your Telerik points have been updated.

All the best, Julian Benkov
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
GridView
Asked by
David Storey
Top achievements
Rank 1
Answers by
Julian Benkov
Telerik team
Share this question
or