We use RadGrid with AllowMultiRowEdit and AllowAutomaticUpdates properties set to true. When we edit muliple records and click Update All, not all of the edited contents are persisted to the database. Only a subset of the edited records get updated in the database.
We use ASP:SQLDataSource to update the database.
We use ASP:SQLDataSource to update the database.