jQuery UI Widgets Forums Grid Expand group (and subgroups) programmatically

This topic contains 1 reply, has 2 voices, and was last updated by  Peter Stoev 11 years, 11 months ago.

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

  • cosostones
    Participant

    Hi,

    We are currently evaluating the Jqxgrid.

    We are trying to implement keybord navigation threw groups.

    Using getdisplayrows(), selectedrowindex() and getrowvisibleindex(), we can navigate and select previous or next row.
    But sometimes we also have groups with 2-3 levels.

    So, having the index of a root group inside getdisplayrows() array, do you know a way to expand the root group and all its sub-groups ?

    (we were having a look to expandgroup() method, but it needs an index that we don’t have and look likes its only working for root groups, no sub-groups)

    Thanks in advance.


    Peter Stoev
    Keymaster

    Hi,

    Unfortunately, in the current version our Grid does not have API for navigation through Groups and Expanding a specific group/sub groups. It is currently possible to expand sub groups only by clicking on it. The methods available for expanding a Root group are “expandgroup” and “collapsegroup” and they expect a root group index as parameter.

    Best Regards,
    Peter Stoev

    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.