RadGrid for ASP.NET AJAX

RadControls for ASP.NET AJAX

RadGrid can fire three events after an automatic action occurred:

  • ItemUpdated

  • ItemInserted

  • ItemDeleted

The default behavior of Telerik RadGrid is to let the DataSource control rise an exception when error occurs when inserting/updating/deleting. To prevent this exception you should handle the corresponding event and in case (e.Exception != null) or (Not e.Exception Is Nothing) you should set e.ExceptionHandled to true and display error message.