:: Forum >>

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
Tuesday, February 21, 2006
bump
Mike
Wednesday, February 22, 2006
bump

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

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

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

This topic is archived.


Back to support forum

Forum search