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

Change Date Grouping on Client

1 Answer 42 Views
PivotGrid
This is a migrated thread and some comments may be shown as answers.
Randy
Top achievements
Rank 1
Randy asked on 20 Jun 2013, 04:23 PM
Is is possible to change the grouping from the client?

I have a data source of shipments that I would like to be able to show as either Quarter, Month or Day. I had considered adding all three as columns, but that seems sloppy. I would like to put either a radio button or drop down on the page that would allow me to display the transaction time as quarter, month or day.

Is this possible or should I just add the additional columns and then hide the ones I don't need at the moment?

Thanks
Randy Miller

1 Answer, 1 is accepted

Sort by
0
Pavlina
Telerik team
answered on 25 Jun 2013, 03:05 PM
Hi Randy,

Grouping can not work without postback. However, the user can change groups runtime by using GridGroupPanel. You can access the group panel using the grid's GroupPanel property. For additional information you can refer to online resources below:
http://www.telerik.com/help/aspnet-ajax/grid-basic-grouping.html
http://demos.telerik.com/aspnet-ajax/grid/examples/groupby/outlookstyle/defaultcs.aspx

Regards,
Pavlina
Telerik
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to the blog feed now.
Tags
PivotGrid
Asked by
Randy
Top achievements
Rank 1
Answers by
Pavlina
Telerik team
Share this question
or