I find the Grid Layout in Vaadin Designer very buggy.
Question: Is anyone out there using it? Do you have some tips for me?
Background: I am porting an application from ASP.NET to Vaadin. There are tons of forms that were layouted in Visual Studio through HTML tables (see screenshot).
Some problems I am facing:
- After moving labels and fields around in a grid layout, I suddenly get colspan/rowspan in the design source, like
<column rowspan="7"></column>
, when that happens, it's game over - I cannot insert or delete rows or columns
- rowspan/colspan properties are not visible in the Designer properties
- I cannot select multiple components (and consequently not change properties in bulk, like e.g. style, width, height etc.)
- I cannot define column widths and row heights