Hi
Does the rad grid had a property that could let the user manipulate all the records that are bind to the grid in memory on client side and then summit all the changes to database. This is because a have to validate a specific column for all the records that are part of the same batch of records. I’m have an idea of using a data table to perform this task (update, insert, delete) records before submit changes to database. Please advice if this would be the correct approach.