Hi,
I have a problem with SortOrder for SelectFields in GridGroupByExpressions when i change to "Descending". Only works for "Ascending".
When i change to "Descending" i got an error at the designer in VS .NET. i attached an image with the error.
The code for the grid is:
I have a problem with SortOrder for SelectFields in GridGroupByExpressions when i change to "Descending". Only works for "Ascending".
When i change to "Descending" i got an error at the designer in VS .NET. i attached an image with the error.
The code for the grid is:
<GroupByExpressions> <telerik:GridGroupByExpression> <GroupByFields> <telerik:GridGroupByField FieldName="OrderNumber" /> </GroupByFields> <SelectFields> <telerik:GridGroupByField FieldName="OrderNumber" FieldAlias="OrderNumber" HeaderText="Ordem" SortOrder="Ascending" /> <telerik:GridGroupByField FieldName="OrderID" FieldAlias="OrderID" HeaderText="Ítens" Aggregate="Count" /> <telerik:GridGroupByField FieldName="ProductAmount" FieldAlias="GroupTotal" Aggregate="Sum" HeaderText="Total" /> <telerik:GridGroupByField FieldName="OrderStatus" FieldAlias="OrderStatus" HeaderText="Status" /> </SelectFields> </telerik:GridGroupByExpression> </GroupByExpressions>