|
Automatic DataSource Update
When the grid contents are changed by editing a row or deleting a row the grid will automatically update the underlying
datasource provided that the datasource exposes standard interfaces.
If you are binding the grid to a DataSourceControl make sure to implement the UpdateCommand which the grid will automatically use to update the data source.
Implementing UpdateCommand
|
|
|
|