jQWidgets Forums

jQuery UI Widgets Forums Grid Navigation within the grid

Tagged: 

This topic contains 2 replies, has 2 voices, and was last updated by  cosostones 12 years ago.

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
  • Navigation within the grid #21962

    cosostones
    Participant

    Hello,

    I would like to implement a navigation with button and I have troubles with it.

    I didn’t find how to select the next/previous row when a sort and/or a group is applied.

    I attached a sample to show you what I did : http://sdrv.ms/142311G

    Can you help me with this please.

    Regards.

    Navigation within the grid #21963

    Peter Stoev
    Keymaster

    Hi,

    Keyboard navigation between grouped rows is not supported in the current version. To select a row via the Grid’s “selectrow” method, you need to use the row’s bound index i.e its index in the data source which remains unchanged after sorting/filtering/grouping the Grid.

    Best Regards,
    Peter Stoev

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

    Navigation within the grid #21972

    cosostones
    Participant

    Okay thanks,

    Is there a way to get the selectedrowindex of the display rows (from the displayrows method : ‘getdisplayrows’).

    Regards.

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

You must be logged in to reply to this topic.