Hello Brett,
You can handle the
Updating event handler to examine data validation errors from the data class, to change a value before the Update operation, or to cancel the Update operation.
Here is an example:
protected void LinqDataSource1_Updating(object sender, LinqDataSourceUpdateEventArgs e) |
{ |
//Your code goes here |
} |
Kind regards,
Plamen
the Telerik team
Check out
Telerik Trainer, the state of the art learning tool for Telerik products.