Which control should I use to allow user to have multiselect?
Also, how to insert/update only checked records back to DB?
Any sample?
Thank you
As for the records that will be saved to the database, only records that are modified are saved, so if you do not want a record to be saved, you can call RejectChanges or AcceptChanges on the row which will set the row to an Unchanged state, preventing it from being saved to the database.