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

New Problem About Group Descriptor

1 Answer 55 Views
GridView
This is a migrated thread and some comments may be shown as answers.
Walter
Top achievements
Rank 1
Walter asked on 04 Jun 2012, 02:54 AM
Hi,

I have a problem with using group descriptor in radgridview.. My problem is "Can i use group descriptor without sorting?"
Because my sorting already used from "order by" in SQL query and i don't need to sort from group descriptor. Can someone help me to solve this problem?

NB : I'm using vb.net so if you're know the solution, please give me the vb's code. Thanks.

1 Answer, 1 is accepted

Sort by
0
Accepted
Svett
Telerik team
answered on 06 Jun 2012, 10:52 AM
Hi Walter,

Presently, there is no way to achieve grouping without sorting. The RadGridView behaves in that manner, because the grouping algorithms should sort the group keys. Alternatively, you can use custom grouping to handle this scenario. You can read more about that in the online documentation.

Kind regards,
Svett
the Telerik team
RadControls for WinForms Q1'12 release is now live! Check out what's new or download a free trial >>
Tags
GridView
Asked by
Walter
Top achievements
Rank 1
Answers by
Svett
Telerik team
Share this question
or