MVCxGridViewEditingSettings Properties
Provides editing settings for GridView.
Name | Description |
---|---|
Add |
Defines the callback routing logic by specifying the names of a Controller and an Action which should handle callbacks related to adding a new row. |
Batch |
Gets the Batch Edit Mode settings.
Inherited from ASPx |
Batch |
Defines the callback routing logic by specifying the names of a Controller and an Action which should handle callbacks related to batch data modifications. |
Delete |
Defines the callback routing logic by specifying the names of a Controller and an Action which should handle callbacks related to row deleting. |
Edit |
Gets or sets the maximum number of columns allowed in the Edit Form.
Inherited from ASPx |
Mode |
Gets or sets a value that specifies the ASPx |
New |
Gets or sets the position of the new item row within the ASPx |
Popup |
Obsolete. Gets or sets whether an end-user can resize the Popup Edit Form.
Inherited from ASPx |
Popup |
Obsolete. Gets or sets the Popup Edit Form‘s height.
Inherited from ASPx |
Popup |
Obsolete. Gets or sets the popup edit form’s horizontal alignment.
Inherited from ASPx |
Popup |
Obsolete. Gets or sets the offset from the left or right border of the popup edit form’s container.
Inherited from ASPx |
Popup |
Obsolete. Gets or sets whether the Popup Edit Form is displayed as a modal dialog.
Inherited from ASPx |
Popup |
Obsolete. Gets or sets whether the Popup Edit Form‘s header is displayed.
Inherited from ASPx |
Popup |
Obsolete. Gets or sets the popup edit form’s vertical alignment.
Inherited from ASPx |
Popup |
Obsolete. Gets or sets the offset from the top or bottom border of the data row currently being edited.
Inherited from ASPx |
Popup |
Obsolete. Gets or sets the Popup Edit Form‘s width.
Inherited from ASPx |
Show |
Specifies whether the grid displays error messages for invalid editors in the Edit Form. |
Update |
Defines the callback routing logic by specifying the names of a Controller and an Action which should handle callbacks related to row updates. |
Use |
Specifies if the built-in Form |
See Also