Im using devexpress for a windows form project, i'm came from web developing (classical
asp.net applications), and i need to know if what i doing is that right way. First of all, i'm using de gridcontrol to make a CRUD, but exists a better way to insert/delete rows? I'm using a List, to add/delete rows on it and update the datasource to the gridview.
The most accurate way to update data in this scenario is to use the GridView.RowUpdated event. Just handle this event and update only necessary rows. Is this approach useful for you? I am looking forward to your response.
3a8082e126