Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
125
Multiple dropdown in (virtual) one cell
posted

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

  • 469350
    Offline posted

    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).