[CLOSED] RowSelectionModel Multi Issues with sorting and row selection

  1. #1

    [CLOSED] RowSelectionModel Multi Issues with sorting and row selection

    There appears to be an issue with the latest Ext.Net with grid panels that use RowSelectionModel multi.

    If you go to the Ext.Net example:
    https://examples2.ext.net/#/GridPane...Row_Selection/

    After it loads, select any row and try to sort on Company, does not work.
    After it loads, sort on Company and then try to sort the other direction, only does the first sort.
    Sometimes the sort icons will not remove themselves or sort on the wrong column. It is also pretty easy to get the grid into a state where you cant sort and row selection gets messed up.

    This appears to be the case in IE, FF, Chrome. It does not appear to be an issue with RowSelection Single and it does not appear to be an issue with grids with a buffered renderer.

    I can switch all the grids over to use buffered renderers but this causes other issues I need to code for. Is there a resolving this?

    Thank you
    Last edited by Baidaly; May 17, 2013 at 6:41 PM. Reason: [CLOSED]
  2. #2
    Thanks for the report, it seems the issue is related with selection memory plugin.
    We will investigate it

    At this moment you can deactivate that plugin by setting SelectionMemory="false" for the grid
  3. #3

    Thank you

    The SelectionMemory=false has resolved the issue.

    Thank you for your very quick response.
  4. #4
    The issue is fixed in SVN
    Thanks again for the report

Similar Threads

  1. Replies: 4
    Last Post: Mar 26, 2013, 2:09 AM
  2. Replies: 0
    Last Post: Dec 04, 2012, 3:10 AM
  3. Replies: 5
    Last Post: Oct 17, 2012, 9:29 PM
  4. [CLOSED] Multi-Select Tree and Selection Models
    By PhilG in forum 1.x Legacy Premium Help
    Replies: 1
    Last Post: Jun 12, 2012, 9:50 AM
  5. Replies: 2
    Last Post: Aug 09, 2011, 10:38 AM

Tags for this Thread

Posting Permissions