Opened 8 years ago
Closed 7 years ago
#18188 closed defect (patchwelcome)
LazyTreeGrid wrong child indent
Reported by: | marlukcz | Owned by: | |
---|---|---|---|
Priority: | undecided | Milestone: | tbd |
Component: | DojoX Grid | Version: | 1.8.4 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
I am programming on IBM Content Navigator 2.0.2 with Dojo 1.8 and I am using LazyTreeGrid? component to view large dataset of users and groups with lazy loading data from server thru QueryReadStore? and LazyTreeGridStoreModel? (serverStore : true).
Everything works ok but the indentation after expansion of some nodes.
Wrong indentation after expansion
Collapsing of that parent node is OK and another expansion makes no difference.
When I collapse last node, everything seems to be OK
Any idea what can I do to correct the indentation ?
Note: See
TracTickets for help on using
tickets.
DojoX Grid and EnhancedGrid are deprecated in favor of dgrid and gridx.
You should upgrade your code to use one of those two grids.
It's possible the community may consider patches to the old DojoX Grid code though.