I've got a grid that I'm applying a datasource to in code. I need to setup insert/update/delete commands. When I do one of these ops, which is the best event to attach the save code?
Thank you Sean for contacting us today.
Please refer to the following blog regarding advice for CRUD operations and the events you can hook and perform your save.
https://es.infragistics.com/community/blogs/b/kiril_matev/posts/implementing-crud-in-the-infragistics-xamdatagrid
Sure, but it looks like those rely on creating an actual datasource and having a model. I've just got a datatable being returned from the DB. And I'm using that in 100 places in the app so I can't change methods.