New to Telerik UI for ASP.NET AJAX? Download free 30-day trial

Telerik.Web.UI.GridUpdatedEventArgs

Event arguments passed when Telerik.Web.UI.RadGrid updates a record.

Inheritance Hierarchy

  • System.Object
  • System.EventArgs
  • Telerik.Web.UI.GridDataChangeEventArgs
  • Telerik.Web.UI.GridUpdatedEventArgs

Properties

AffectedRows Int32

Gets the rows affected from the operation that changed the data.

Exception Exception

Gets the exception related with the operation. The property value will be 'null' if no exception occured during the operation.

ExceptionHandled Exception

Gets or sets a value which if set to 'true' and exception was thrown will cause the to skip throwing the exception and will let the user handle it.

Item GridEditableItem

Gets the caused the event.

KeepInEditMode Boolean

Gets or sets a value determining if the which fired the event will stay in edit mode after the postback.

SuppressRebind Boolean

Gets or sets a value determining if the method will be called after the event.

In this article