1. #1
    Ext User fother's Avatar
    Join Date
    Sep 2007
    Location
    Brazil
    Posts
    744
    Vote Rating
    0
    fother is on a distinguished road

      0  

    Default grid view set sorting enable

    grid view set sorting enable


    Code:
    grid.getView().setSortingEnabled(false);
    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 name ) you can reorder..

  2. #2
    Software Architect
    Join Date
    Sep 2007
    Posts
    13,691
    Vote Rating
    107
    sven is just really nice sven is just really nice sven is just really nice sven is just really nice

      0  

    Default


    Please read the javadocs

  3. #3
    Ext User fother's Avatar
    Join Date
    Sep 2007
    Location
    Brazil
    Posts
    744
    Vote Rating
    0
    fother is on a distinguished road

      0  

    Default


    rs

  4. #4
    Ext GWT Premium Member
    Join Date
    Jul 2009
    Posts
    78
    Vote Rating
    0
    terciofilho is on a distinguished road

      0  

    Default


    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)."

  5. #5
    Software Architect
    Join Date
    Sep 2007
    Posts
    13,691
    Vote Rating
    107
    sven is just really nice sven is just really nice sven is just really nice sven is just really nice

      0  

    Default


    Yes it disables the sorting when clicking on the column. It does not disable it when clicking in the menu.