Nested datatables and multi row reordering

Nested datatables and multi row reordering

debduttacdebduttac Posts: 9Questions: 2Answers: 0

We have a requirement for a proper nested grid. It could be of 'n' level nesting. All we want this with inline editor. Is there any solution to this? Do you have any plans to have a nested grid in future ?

We want:
1. Row reordering, row select should be there even in child grids
2. Editor should work on any parent / child grid with just on click

Example:

Level 1
-- Level 1.1
-- -- Level 1.1.1
-- -- -- Level 1.1.1.1
....
Level 2
-- Level 2.1
-- Level 2.2

Also, we would be very happy to see if users can select multiple rows and drag and change line position (row reorder). Currently we have created a custom button with check boxes on grid lines to move multiple rows at a time.

Looking forward for your reply.
Thanks
Deb

Answers

  • allanallan Posts: 61,446Questions: 1Answers: 10,054 Site admin

    Hi Dob,

    Sorry, we don't have plans for a true tree table. We do have our RowGroup extension, which does support multiple levels of grouping, but that might or might not be what you need?

    Allan

  • debduttacdebduttac Posts: 9Questions: 2Answers: 0

    Thanks for your quick reply. We already explored RowGroup and it will not fulfill our entire requirement.

    Thanks again
    Deb

Sign In or Register to comment.