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

Override groupby functionality in radgridview

1 Answer 47 Views
GridView
This is a migrated thread and some comments may be shown as answers.
Yogaa
Top achievements
Rank 1
Yogaa asked on 19 Nov 2015, 12:43 PM
Hi I have two  columns available in radgridview  Name and ID . Name column contain same value  but each  name associated with id i want  group by  on name on UI but  programmatically  it should group by using  ID . For example
Name      ID
N1          5
N1         7
N1         3
N1          2
When  use group by  on  Name result  should be
N1      2
N1      3
N1      5
N1      7
how to achieve it  please provide some hint 

1 Answer, 1 is accepted

Sort by
0
Stefan
Telerik team
answered on 24 Nov 2015, 09:58 AM
Hi Yogaa,

For achieving this requirement, I suggest you taking a look at the Grouping as well at the Programmatic Grouping topics.

Additionally, you can check out the Grouping and Aggregates section from RadGridView's online demos, or their WPF equivalents.

I hope this helps.

Regards,
Stefan
Telerik
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 Feedback Portal and vote to affect the priority of the items
Tags
GridView
Asked by
Yogaa
Top achievements
Rank 1
Answers by
Stefan
Telerik team
Share this question
or