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

Group Sort DESC

2 Answers 52 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Scott
Top achievements
Rank 2
Scott asked on 12 Nov 2010, 03:51 PM
I am trying to sort a group in descending order. On the edit sorting dialog box I set the expression and then change the sort order to DESC. When I click OK I get an error dialog "DataGridView Default Error Dialog" The field that I am using is not the field I am grouping on.

Group Field is: EquipmentID
Sort Field is: ExtendedCost

See the attached file for the Error Dialog

Reporting version Q3 2010

Thanks
Scott

2 Answers, 1 is accepted

Sort by
0
Accepted
Steve
Telerik team
answered on 17 Nov 2010, 02:54 PM
Hi Scott,

Unfortunately this is a known issue that slipped into the Q3 release. It is logged in our bug tracking system and would be addressed for the next internal build/service pack. For the time being you can set the desired sort expression through the editor without changing the default sort direction. After that just go into the InitializeComponent() method and change the Telerik.Reporting.Data.SortDirection.Asc to Telerik.Reporting.Data.SortDirection.Desc.

Sorry for the temporary inconvenience.

Sincerely yours,
Steve
the Telerik team
See What's New in Telerik Reporting in Q3 2010 on Wednesday, November 17, 11am Eastern Time: Register here>>
0
Scott
Top achievements
Rank 2
answered on 17 Nov 2010, 06:44 PM
Thanks, Steve for the info and temp fix.

Scott
Tags
General Discussions
Asked by
Scott
Top achievements
Rank 2
Answers by
Steve
Telerik team
Scott
Top achievements
Rank 2
Share this question
or