Skip to main content
All docs
V18.2

Member Table: Data Editing

  • 2 minutes to read

Server

Member Description
ASPxGridBase.KeyFieldName Specifies the name of the data source key field. You must specify this property to enable data editing, inserting and deleting operations.
ASPxGridView.SettingsEditing Provides access to the ASPxGridView’s editing settings.
GridViewDataColumn.EditFormSettings Contains the edit cell’s settings.
ASPxGridView.AddNewRow Switches the ASPxGridView to edit mode and allows new row values to be edited.
ASPxGridView.InitNewRow Enables new row values to be initialized.
ASPxGridView.RowInserted Fires after a new row has been added to the ASPxGridView.
ASPxGridView.DeleteRow Deletes the specified row.
ASPxGridView.RowDeleted Occurs after a row has been deleted.
ASPxGridView.StartEdit Switches the ASPxGridView to edit mode.
ASPxGridView.UpdateEdit Saves all the changes made and switches the ASPxGridView to browse mode.
ASPxGridView.RowUpdated Occurs after a row has been updated.
ASPxGridView.CancelEdit Cancels all the changes made and switches the ASPxGridView to browse mode.
ASPxGridView.StartRowEditing Enables you to prevent a row from being edited.
ASPxGridView.CellEditorInitialize Enables the cell editors displayed within the edit cells to be initialized.
ASPxGridView.EditingRowVisibleIndex Gets the index of the data row currently being edited.
ASPxGridView.IsEditing Indicates whether the ASPxGridView is in edit mode.
ASPxGridView.IsNewRowEditing Indicates whether a new row is currently being edited.
ASPxGridView.GetRowValues Returns the values of the specified data source fields within the specified row.
ASPxGridView.GetRowValuesByKeyValue Returns the specified row’s values displayed within the specified columns (fields).
ASPxGridBase.GetSelectedFieldValues Returns the row values displayed within the selected rows.
ASPxGridView.RowValidating Enables you to specify whether row data is valid and whether the row can be updated.
ASPxGridView.VisibleRowCount Gets the number of visible rows within the ASPxGridView.

Client

Member Description
ASPxClientGridView.AddNewRow Switches the client ASPxGridView to edit mode and allows new row values to be edited.
ASPxClientGridView.DeleteRow Deletes the specified row.
ASPxClientGridView.StartEditRow Switches the client ASPxGridView to edit mode.
ASPxClientGridView.UpdateEdit Saves all the changes made and switches the client ASPxGridView to browse mode.
ASPxClientGridView.CancelEdit Cancels all the changes made and switches the client ASPxGridView to browse mode.
ASPxClientGridView.GetEditValue Returns the value of the specified edit cell.
ASPxClientGridView.SetEditValue Sets the value of the specified edit cell.
ASPxClientGridView.GetEditor Returns the editor used to edit the specified column’s values.
ASPxClientGridView.GetRowValues Returns the values of the specified data source fields within the specified row.