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.