I have created a custom data store to call REST APIs of another non-Jmix application, load and save actions are working fine but it never hits dataGrid.remove delegate. When I remove, it show confirmation message, on clicking OK, row is removed from the grid, delegate is never called and of course on refreshing that row comes back. No change in generated descriptor or controller. Am I missing something?
It wasn’t working on 2.5.2, just upgraded to 2.6.0 and facing same issue.