BulkEditor for DataGrid

Hi

As far as I understand, BulkEditor can be used with Tables, but not with DataGrids. Is this correct?
It would be great if it could be used with DataGrids too.

Kind regards,
Matthis

Hi!

As far as I know, BulkEditor can be used with DataGrid too. You can use it the same way as with Table. If you have any problem with it please post details here.

For instance, it can be defined in XML:

<dataGrid id="dataGrid"
          datasource="usersDs"
          selectionMode="MULTI"
          height="100%"
          width="100%">
    <buttonsPanel>
        <bulkEditor for="dataGrid"/>
    </buttonsPanel>
    <columns>
        <column property="name"/>
        <column property="login"/>
    </columns>
</dataGrid>

Best regards,
Roman

1 Like

In Cuba Studio, when trying to select the “for” attribute, only Tables get shown, not DataGrids.
I am using Studio 6.7.6.

Specifying the “for” attribute in the xml worked though.

It seems like a bug in Studio. Thank you for reporting the problem. We have created a YouTrack issue, see the link.