At ListGrids property createRecordComponent I have used DynamicForm with MultiComBoxItem field. The combo has layout: 'flow'.
User can drag records from another grid and drop no the row with combo. Then buttons 'are selected' at the combo (drop down is hidden and disabled through comboBoxProperties). This works well, but I have layout issues when a 2nd row of buttons is about to appear.
Please check the screen shots attachet:
ss1 - all is fine
ss2 - couple of buttons dragged on 4th row - layout has broken, even though no 2nd line of buttons appeared yet (look at rows backgrounds)
ss3 - two lines of button from 4th rows combo interferre with next rows buttons
How would you suggest to use layout properties any or all of the: grid, cell, form, buttons to fix that?
Keep in mind that table should remain resizable and selected buttons show fill a cell.
SmartClient 8.3
User can drag records from another grid and drop no the row with combo. Then buttons 'are selected' at the combo (drop down is hidden and disabled through comboBoxProperties). This works well, but I have layout issues when a 2nd row of buttons is about to appear.
Please check the screen shots attachet:
ss1 - all is fine
ss2 - couple of buttons dragged on 4th row - layout has broken, even though no 2nd line of buttons appeared yet (look at rows backgrounds)
ss3 - two lines of button from 4th rows combo interferre with next rows buttons
How would you suggest to use layout properties any or all of the: grid, cell, form, buttons to fix that?
Keep in mind that table should remain resizable and selected buttons show fill a cell.
SmartClient 8.3
Comment