jQWidgets Forums

jQuery UI Widgets Forums Grid Mutiple nested grids?

This topic contains 3 replies, has 2 voices, and was last updated by  ivailo 9 years, 2 months ago.

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
  • Mutiple nested grids? #83291

    MatthewV
    Participant

    I need to make a grid with multiple nested grids in it, it will start with a list of directors, then when you expand a single director a new list of the managers that report to that director, then if you expand a manager the list of supervisors that report to him are show, and so on down. Is this type of nested grid possible with jqxGrid? Or is there a module more fitted for this? The data to be displaed for each person would be “Name”, “Week Ending Date”, “Total Hours Worked”, and “Timesheet Approval Status”.

    Mutiple nested grids? #83326

    ivailo
    Participant

    Hi MatthewV,

    Here is the nested grid demo. You can try to use the same approach with multilevel nested grids.
    In your case we recommend jqxTreeGrid. Probably this is a better solution.

    Best Regards,
    Ivailo Ivanov

    jQWidgets Team
    http://www.jqwidgets.com

    Mutiple nested grids? #83443

    MatthewV
    Participant

    I did see the nested grid demo but not the tree grid. I like the look of the tree grid so I will work based off that but do you know if I should be able to accomplish the multiple nested levels like I want in the tree grid?

    Mutiple nested grids? #83469

    ivailo
    Participant

    Hi MatthewV,

    The nested grids are good solution if you have grids with different data fields. If your nested structures are with the same columns just use regular treeGrid.
    We don’t offer features about nested tree grids.
    In this post is discussed nesting of N-levels in jqxGrid. It also can be helpful for you.

    Best Regards,
    Ivailo Ivanov

    jQWidgets Team
    http://www.jqwidgets.com

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

You must be logged in to reply to this topic.