BulkEdit -> columnsMode

Hello

Not blocking, but maybe a bug. I tried to setup the 2 columns mode for the bulkedit action of a DataGrid
I tried both in XML and Java

capacitiesTableBulkEdit.setColumnsMode(ColumnsMode.TWO_COLUMNS);

or

<action id="bulkEdit" type="bulkEdit">
    <properties>
        <property name="includeProperties" value="fteQ1,fteQ2,fteQ3,fteQ4,rateY"/>
        <property name="columnsMode" value="TWO_COLUMNS"/>
    </properties>
</action>

each time I get this result
image

Again, not blocking at all, but I guess this is not what’s expected, is it?

Cheers.
O.

Hi,

It seems that the default Bulk Edit window size is too small for two columns. If you resize it, you’ll see that two columns appear, i.e. the columnsMode attribute defines the max column number, and the Bulk Edit window remains responsive.

Gleb

1 Like