Hi,
I use expandable editable ListGrid. Once I expand a row and doubleclick it to start editing, the editing row is not vertically aligned (see attached image). As you can see on the image, there are 4 kinds of fields: TextItem (4x), ComboBoxItem, CheckBoxItem (editable), CheckBoxItem (read-only). Each item type is aligned differently.
What is the best approach to make them aligned?
Another, less important problem is that the editing fields outreach into expanded area. I believe this can be solved by a decent margin.
Thanks.
My environment:
Win-XP
GWT 2.0.3
SmartGWT 2.2
SUN Java 1.6.0_12
I use expandable editable ListGrid. Once I expand a row and doubleclick it to start editing, the editing row is not vertically aligned (see attached image). As you can see on the image, there are 4 kinds of fields: TextItem (4x), ComboBoxItem, CheckBoxItem (editable), CheckBoxItem (read-only). Each item type is aligned differently.
What is the best approach to make them aligned?
Another, less important problem is that the editing fields outreach into expanded area. I believe this can be solved by a decent margin.
Thanks.
My environment:
Win-XP
GWT 2.0.3
SmartGWT 2.2
SUN Java 1.6.0_12
Comment