Hello, Isomorphic
I'am using:
SmartGWT 3.1p, build date is 02/01/2013 or
SmartGWT 4.0d, build date is 02/01/2013
GWT 2.50
Mozilla Firefox 18.01
I encountered with ListGrid problem when setShowGroupSummaryInHeader(true)
When i use it for my grouped ListGrid object then, when clicking on the (+) sign to expand the contents of the fields, all content is moving to the right side. Can it be fixed not to move ?
I attached 3 images demonstrating the problem
1 - how it is when setShowGroupSummaryInHeader(false) - by default
2,3 - how it is when setShowGroupSummaryInHeader(true) is used
The gap is increased the more grouping levels are opened
In other words, can the expanding and initial state of grouped ListGrid with setShowGroupSummaryInHeader(true) be the same as setShowGroupSummaryInHeader(false) - by default ? The initial gap, when no grouped levels are opened is also not good ...
I'am using:
SmartGWT 3.1p, build date is 02/01/2013 or
SmartGWT 4.0d, build date is 02/01/2013
GWT 2.50
Mozilla Firefox 18.01
I encountered with ListGrid problem when setShowGroupSummaryInHeader(true)
When i use it for my grouped ListGrid object then, when clicking on the (+) sign to expand the contents of the fields, all content is moving to the right side. Can it be fixed not to move ?
I attached 3 images demonstrating the problem
1 - how it is when setShowGroupSummaryInHeader(false) - by default
2,3 - how it is when setShowGroupSummaryInHeader(true) is used
The gap is increased the more grouping levels are opened
In other words, can the expanding and initial state of grouped ListGrid with setShowGroupSummaryInHeader(true) be the same as setShowGroupSummaryInHeader(false) - by default ? The initial gap, when no grouped levels are opened is also not good ...
Comment