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

Is client-side binding grid support group by?

4 Answers 51 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Gu Paranoia
Top achievements
Rank 1
Gu Paranoia asked on 05 Feb 2010, 01:55 AM
I use client-side programmatic binding, like the demo in Grid\Populating with Data\Client-side binding\Programmatic Binding .

can I use group by if using client-side programmatic binding?

4 Answers, 1 is accepted

Sort by
0
Princy
Top achievements
Rank 2
answered on 05 Feb 2010, 07:38 AM
Hello,

Yes, it is possible to perform grouping along with client side binding. You can set it directly using the GroupByExpressions in the html markup. But if you want to handle grouping form client side, you can intercept the OnCommand event and check for the CommandName which would be 'GroupByColumn' and fire a PageMethod.

Thanks
Princy.
0
Accepted
Tsvetoslav
Telerik team
answered on 05 Feb 2010, 08:20 AM
Hello Princy, Gu,

Please, note that client-side binding with grouping is not a supported feature. 

Greetings,
Tsvetoslav
the Telerik team

Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
Follow the status of features or bugs in PITS and vote for them to affect their priority.
0
Gu Paranoia
Top achievements
Rank 1
answered on 06 Feb 2010, 03:36 AM
Thanks.


I will try the OnCommand event.
0
Simon Chulsky
Top achievements
Rank 1
answered on 09 Feb 2010, 09:54 AM
Sorry, could you provide a little code sample how to do it?
Thanx
Tags
Grid
Asked by
Gu Paranoia
Top achievements
Rank 1
Answers by
Princy
Top achievements
Rank 2
Tsvetoslav
Telerik team
Gu Paranoia
Top achievements
Rank 1
Simon Chulsky
Top achievements
Rank 1
Share this question
or