Hi All,
To save some space on the grid i would like to postition 3 dropdownboxes below each other (Horizontal more data will be entered) what would be the best aproach?
To make things a little more clear i will;
row 1 - dropdown1 Editcell2 Editcell3 dropdown2 dropdown3
row 2 - dropdown1 Editcell2 Editcell3 dropdown2 dropdown3
etc..
Thanks in advance for any tips!
gr. Walter
There are a couple of ways to do this. The most flexible way to lay out a row is to use RowLayouts.
An alternative would be to use Groups and Levels (set the LevelCount on the band).