-
26 Sep 2012 12:45 AM #1
LiveGrid: disable sorting bug
LiveGrid: disable sorting bug
Version(s) of Ext GWT
Ext GWT 3.0.1
Browser versions and OS (and desktop environment, if applicable)
IE 9 Windows 7
Virtual Machine
No
Description
Take a LiveGrid and disable column sorting:
Although the sorting is now disabled, clicking on the column's header makes the grid reload the data, which is unnecessary in this case.Code:columnConfig.setSortable(false); columnConfig.setMenuDisabled(true);
Run mode
Development Mode
Thank you for reporting this bug. We will make it our priority to review this report.


Reply With Quote