I have 2 datasource instances: one for fetching (used by a ListGrid) and one for updating (used by a DynamicForm). It's the same datasource but I need 2 differents instances.
I would like to update the ListGrid datasource by updating only the record I've modified with the form without having to invalidate the whole cache.
Is it possible to add a record to a datasource without executing server requests?
Thanks
I would like to update the ListGrid datasource by updating only the record I've modified with the form without having to invalidate the whole cache.
Is it possible to add a record to a datasource without executing server requests?
Thanks
Comment