jQWidgets Forums

jQuery UI Widgets Forums Grid Groupsrenderer strange behavior

This topic contains 0 replies, has 1 voice, and was last updated by  Finnigan 12 years, 6 months ago.

Viewing 1 post (of 1 total)
  • Author
  • Groupsrenderer strange behavior #13234

    Finnigan
    Member

    I was trying to navigate across the groups tree in this function using the data parameter when I found that you can navigate forward to subgroups and subitems but not backwards to the parents. However, luckily I discovered that if you access a subItem or a subGroup from there you can go back to its parent and then continue going backwards until getting to the initial node’s parent, that is what I was trying to do from the beginning.
    With an example: if I got group ‘a’ parenting group ‘b’ parenting group ‘c’ (a-b-c) and I’m rendering group b, I can’t go from b directly to a, but I can do b-c-b-a.
    I don’t know if there is an explanation to this, but I wanted to share it just in case someone else needed that navigation or if it’s not an intended behavior.

Viewing 1 post (of 1 total)

You must be logged in to reply to this topic.