Update multiple table data when using grid inline functional

Hello,

Can we update the multiple table data using grid inline edit functionality (using datagrid connector)?

Also the filter and search also need to be apply on multiple tables as table grid can use data from multiple relational tables.

Thnaks in advance. :slight_smile:

You can configure connector to load data from custom sql request, that may include multiple tables. It will work for data loading, sorting, filtering.

If you need to edit multiple tables - you will need to attach a custom code to one of server side events. Connector itself can’t update data from multiple tables.