jQuery UI Widgets Forums Grid Retain row selection after sorting in Virtual Mode

This topic contains 1 reply, has 2 voices, and was last updated by  Dimitar 9 years, 6 months ago.

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author

  • ankurd
    Participant

    Hi Peter Stoev,

    I am Ankur Dulwani from Panasonic. Currently I am working on Grid in virtual mode with multiple selection enabled.
    I am getting an issue while sorting. After sort, the selection of rows doesn’t retain with it’s old data but with the same row index.

    For Ex: if row 2,4 were selected, then after sort also row 2, 4 are selected instead of selecting the row with same data.

    Is there a way to select a row with bound index instead of row index.
    I went through so many questions on this forum but couldn’t find any help.

    Thanks,
    Ankur Dulwani


    Dimitar
    Participant

    Hi Ankur Dulwani,

    This is the intended behaviour of the grid. What you require is only achievable with client-side sorting. However, you may be able to implement custom logic in both your server- and client-side to somehow retain the “actual” row selection.

    Best Regards,
    Dimitar

    jQWidgets team
    http://www.jqwidgets.com/

Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.