Dynamic sorting is not working WebViewer

Stimulsoft Reports.NET discussion
Post Reply
MARIMUTHU K
Posts: 101
Joined: Wed Jul 26, 2006 8:03 am
Location: CHENNAI-TN, INDIA

Dynamic sorting is not working WebViewer

Post by MARIMUTHU K »

>>Posted: Wednesday, April 02, 2008 3:51:38 PM

>> Please use following code in ClickEvent of required component:


>>Quote:
>>StiText text = sender as StiText;
>>StiReport report = text.Report;
>>StiDataBand dataBand = report.GetComponents()["DataBand1"] as StiDataBand;
>>dataBand.Sort = new System.String[] {
>>"DESC",
>>"CompanyName"};

>>report.Render(false);


>>Thank you.




This solution is working Preview, but not working in HTML Preview

Becaze we are using WebViewer in Webpage. If we use click then re direct to another Page.

Please kindly check and provide solution.


Thanks in Advance,

--------------------------------------------------------------------------------
Marimuthu K
Marimuthu K
Edward
Posts: 2913
Joined: Fri Jun 09, 2006 4:02 am

Dynamic sorting is not working WebViewer

Post by Edward »

Hello, Marimuthu.

Unfortunately this solution won't work in the WebViewer.

There is no way how it can be done in the current version of the Stimulsoft Reports.Net.

Thank you.
MARIMUTHU K
Posts: 101
Joined: Wed Jul 26, 2006 8:03 am
Location: CHENNAI-TN, INDIA

Dynamic sorting is not working WebViewer

Post by MARIMUTHU K »

Hi stimul team ,

We must need dynamic sorting.
if possible in future?
Becae its basic feature in Report.(End user most wanted this feature)

Please kindly inform , when its possible?

Thanks in Advance,

Marimuthu K
Vital
Posts: 1278
Joined: Fri Jun 09, 2006 4:04 am

Dynamic sorting is not working WebViewer

Post by Vital »

KMarimuthu wrote: We must need dynamic sorting.
if possible in future?
Becae its basic feature in Report.(End user most wanted this feature)
This feature will be available in next release version of Stimulsoft Reports.Net.

Thank you.
MARIMUTHU K
Posts: 101
Joined: Wed Jul 26, 2006 8:03 am
Location: CHENNAI-TN, INDIA

Dynamic sorting is not working WebViewer

Post by MARIMUTHU K »

Please inform

When will you relaese this related solution patch File?

Thanks so much...

Marimuthu K
Edward
Posts: 2913
Joined: Fri Jun 09, 2006 4:02 am

Dynamic sorting is not working WebViewer

Post by Edward »

It is really hard to say because the task is not as easy as it could seem.

Thank you.
goldsun
Posts: 8
Joined: Sun Apr 20, 2008 10:21 am
Location: Chennai, INDIA

Dynamic sorting is not working WebViewer

Post by goldsun »

Is it possible to embed a JavaScript event handler in the heading, so that the 'onClick' event on the header label, may trigger the re-loading of the report with appropriate sort order?

However, this is again a work around to the problem of Dynamic sorting.
Post Reply