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

Toggle Group By

1 Answer 40 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Andy Green
Top achievements
Rank 2
Andy Green asked on 31 Mar 2015, 09:48 AM
Hi
I have a grid with a group by expression:

<GroupByExpressions>
<telerik:GridGroupByExpression>
<SelectFields>
<telerik:GridGroupByField FieldAlias="" FieldName="Activity"></telerik:GridGroupByField>

</SelectFields>
<GroupByFields>
<telerik:GridGroupByField FieldName="Activity"></telerik:GridGroupByField>
                </GroupByFields>
</telerik:GridGroupByExpression>
</GroupByExpressions>

Is there an easy way to toggle this via a checkbox?

Andy

1 Answer, 1 is accepted

Sort by
0
Viktor Tachev
Telerik team
answered on 02 Apr 2015, 01:36 PM
Hello Andy,

You can set the groups in RadGrid programmatically. For convenience I have prepared a sample project where the functionality is implemented. Give it a try and let me know how it works for you.

Regards,
Viktor Tachev
Telerik
 

See What's Next in App Development. Register for TelerikNEXT.

 
Tags
Grid
Asked by
Andy Green
Top achievements
Rank 2
Answers by
Viktor Tachev
Telerik team
Share this question
or