SmartClient 8.0 Eval
Chrome 10
in visual builder, when I try to set Column Widths, I got a validation error (must be a whole number) as in first picture.
If I set them in the xml code:
<DynamicForm numCols="6" .... colWidths="150,150,100,150,150,200">
and then I load the view, I got the result in the 2nd picture.
Chrome 10
in visual builder, when I try to set Column Widths, I got a validation error (must be a whole number) as in first picture.
If I set them in the xml code:
<DynamicForm numCols="6" .... colWidths="150,150,100,150,150,200">
and then I load the view, I got the result in the 2nd picture.
Comment