SmartClient Version: SC_SNAPSHOT-2011-01-06/PowerEdition Deployment (built 2011-01-06)
IE9
I have a ListGrid with 3 hidden fields used for Dynamic Grouping. Each field for grouping has ListGridField.setHidden(true) so you cannot see the grouping data in the ListGrid.
When I turn on Dynamic Grouping for this ListGrid, we see a 3 level nested Tree where each Title node is the name of the group. Exactly what I was expecting, however, the actual data nodes within the 3 level nested tree do not align with the 3rd level of the nested Title node? The data nodes are aligned all the way to the left of the ListGrid.
Is this a CSS issue?
Our app is skinned. In a different part of the app, using a TreeGrid, the nesting levels are aligned properly with the nesting levels.
IE9
I have a ListGrid with 3 hidden fields used for Dynamic Grouping. Each field for grouping has ListGridField.setHidden(true) so you cannot see the grouping data in the ListGrid.
When I turn on Dynamic Grouping for this ListGrid, we see a 3 level nested Tree where each Title node is the name of the group. Exactly what I was expecting, however, the actual data nodes within the 3 level nested tree do not align with the 3rd level of the nested Title node? The data nodes are aligned all the way to the left of the ListGrid.
Is this a CSS issue?
Our app is skinned. In a different part of the app, using a TreeGrid, the nesting levels are aligned properly with the nesting levels.
Comment