Page 1 of 1

Dynamic sorting is not working WebViewer

Posted: Wed Apr 09, 2008 12:34 am
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

Dynamic sorting is not working WebViewer

Posted: Wed Apr 09, 2008 4:40 am
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.

Dynamic sorting is not working WebViewer

Posted: Thu Apr 10, 2008 1:31 am
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,


Dynamic sorting is not working WebViewer

Posted: Thu Apr 10, 2008 4:41 am
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.

Dynamic sorting is not working WebViewer

Posted: Fri Apr 11, 2008 4:06 am
by MARIMUTHU K
Please inform

When will you relaese this related solution patch File?

Thanks so much...


Dynamic sorting is not working WebViewer

Posted: Tue Apr 15, 2008 6:09 am
by Edward
It is really hard to say because the task is not as easy as it could seem.

Thank you.

Dynamic sorting is not working WebViewer

Posted: Sun Apr 20, 2008 10:24 am
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.