New to Telerik UI for ASP.NET AJAXStart a free 30-day trial

Telerik.Web.UI.GridBatchEditingEventArgument

The class passed when the GridTableView.EditMode="Batch" and Update, Insert or Delete ItemCommand event is fired.

Inheritance Hierarchy

  • System.Object
  • Telerik.Web.UI.GridBatchEditingEventArgument

Properties

NewValues Hashtable

Gets a with the new values which represents a merge between the and the newly entered data.

OldValues Hashtable

Gets a with the old values.

OwnerTableView GridTableView

Gets the object from which the command have been executed.