-
10 Jul 2009 4:52 AM #1
grid view set sorting enable
grid view set sorting enable
disable the sort clicking in column header.. but if you click in the button in column (open one box to hide or show column.. I dont know the correct nameCode:grid.getView().setSortingEnabled(false);
) you can reorder..
-
10 Jul 2009 4:54 AM #2
-
10 Jul 2009 5:02 AM #3
-
1 Jan 2010 3:37 PM #4
Same issue here.
The Javadoc says nothing more then the obviously.
Javadoc: "True to allow column sorting when the user clicks a column (defaults to true)."
-
2 Jan 2010 6:18 AM #5
Yes it disables the sorting when clicking on the column. It does not disable it when clicking in the menu.



Reply With Quote