Skip to Content
0
Former Member
Sep 25, 2008 at 06:24 PM

iGrid 11.5 column sort options

38 Views

A simple question with probably a complex answer.

I have a iGrid based off a Xacute time-based query. The user would like the ability to click on a column header to resort the iGrid. That part is easy using the columnselectionevent and passing the columnName back to the transaction. This method executes the transaction on each header click.

I do not want the transaction to run on each header click though. QueryCaching I don't think is a option as this is a time-based query.

Any ideas out there.?

Regards,

Roger DeWeese