Because there currently no good way to implement search when the data grid uses the DataManager, I find that I need to bind datagrid to a local List<T> and then implement the CRUD operations manually. I would like to use the existing Edit/Add dialog. However, I don't see any way of overriding the save method.
Please advise.
Kind regards,
Judi Smith