3.2.0

sorting disabled, but unknown process still runs

Hi,

Using grid v1 here, and I have this in my code...
obj.sort = function (index, direction) { return "disabled"; };

to disable sorting. However, when I click a header, a process is still run,which takes about 15 seconds or so on the large data set I'm presenting, and the window status switches to "Sorting..." during that process. This is annoying because it basically freezes my page for 15 seconds while it completes a process that does nothing, since sorting is disabled. Anyone have a remedy for this?

Thanks
Mike
February 21,
bump
Mike
February 22,
bump

Anyone have any clues on this one?
Mike
March 3,
The better way to disable sort would be -

obj.getTemplate("top/item").setEvent("onmousedown", function(){});

Otherwise this event still triggers grid refresh.
Alex (ActiveWidgets)
March 3,
very good!!!
thanks
jordan
May 4,

This topic is archived.

See also:


Back to support forum