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

Interactive Sorting

4 Answers 477 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Michael Epley
Top achievements
Rank 1
Michael Epley asked on 19 Jul 2010, 05:55 PM
I need to add Interactive sorting to my Crosstable report.  Will the new Q2 Interactive functionality allow that to be done?

thanks
-Mike.

4 Answers, 1 is accepted

Sort by
0
Ivan
Telerik team
answered on 22 Jul 2010, 12:14 PM
Hi Michael Epley,

You can accomplish dynamic sorting of reports fairly trivial with the new interactive functionality of Telerik Reporting. The trick is to define an Action that navigates to the same report and passes a parameter indicating by which column to sort. Then you can use that parameter in the sorting criteria of the report. To illustrate this I have attached a small sample project with two reports:
  • The TableSorting sample report demonstrates how dynamic sorting can be accomplished for a Table with a fixed set of columns.
  • The CrosstabSorting sample report demonstrates how to achieve the same thing for a Crosstab with dynamically generated columns.
You need the Adventure Works sample database that comes with each installation of Telerik Reporting in order to run these reports.

Greetings,
Ivan
the Telerik team
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 Public Issue Tracking system and vote to affect the priority of the items
0
B
Top achievements
Rank 1
answered on 31 Jul 2010, 03:47 PM
thanks for the example.  but...it looks like you hardcoded sort by ASC.  typically sort ASC or DESC can be toggled by allowing the user to click on the same column a second time...reversing the sort order.  How would you implement that using a ReportAction?  Can this be done with ReportActions?  Thanks!
0
Peter
Telerik team
answered on 03 Aug 2010, 10:54 PM
Hi B,

A similar topic about interactive filtering with direction toggle has been discussed in the Click column forum thread. Check it out and let us know if you need additional assistance.

Kind regards,
Peter
the Telerik team
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 Public Issue Tracking system and vote to affect the priority of the items
0
Peter
Telerik team
answered on 22 Sep 2016, 10:11 AM
Hello,

This is supported out of the box from R2 2016 official release. For more information check out the documentation.

Regards,
Peter
Telerik by Progress
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
General Discussions
Asked by
Michael Epley
Top achievements
Rank 1
Answers by
Ivan
Telerik team
B
Top achievements
Rank 1
Peter
Telerik team
Share this question
or