Our client is looking to be able to resort a report based on clicking on a column header via our asp.net application.
Is there anyway to provide this functionality?
1 Answer, 1 is accepted
0
Steve
Telerik team
answered on 24 Sep 2009, 01:20 PM
Hi Brian,
It depends on what you refer to as "column header" - if these are the textboxes in the groupHeader that contain static text with the name of the field, then the answer would be no. You cannot interact with items within the report (at least not yet).
You can however implement your own UI for sorting the report or even use our report parameters for such purpose: Using Report parameters UI to sort by column.