ASPxClientVerticalGridBatchEditApi Methods
Provides members related to Batch Edit Mode
Name | Description |
---|---|
Add |
Adds a new record when ASPx |
Delete |
Deletes the specified record when ASPx |
Delete |
Deletes a record with a specified key value when ASPx |
End |
Ends the cell |
Get |
Gets a container holding the data cell content. |
Get |
Gets the value of the specified cell. |
Get |
Provides the text displayed within the cell according to the specified display format rule. |
Get |
Returns an array of the deleted record visible indices. |
Get |
Gets information about the cell currently being edited. |
Get |
Gets information about a focused cell. |
Get |
Returns an array of the inserted record visible indices. |
Get |
Returns an array of record visible indices. |
Get |
Gets information about the selected cells. |
Get |
Returns the total summary value. |
Get |
Returns an object that stores unsaved changes. |
Get |
Returns an array of the updated records visible indices. |
Has |
Returns a value that indicates whether the specified data cell‘s data has been changed. |
Is |
Indicates if the record with the specified visible index is deleted. |
Is |
Indicates if the record with specified visible index is newly created. |
Move |
Programmatically moves focus to the previous cell in the record. |
Move |
Programmatically moves focus to the next cell in the record. |
Recover |
Recovers the specified record when ASPx |
Recover |
Recovers a record with a specified key value when ASPx |
Reset |
Resets changes in the specified cell. |
Select |
Selects a cell. |
Select |
Selects a cell with the specified key. |
Set |
Sets the value of the specified cell. |
Set |
Focuses the specified cell. |
Set |
Focuses the specified cell. |
Start |
Switches the specified cell to batch edit mode. |
Unselect |
Deselects a cell. |
Unselect |
Deselects a cell with the specified key. |
Validate |
Performs validation of grid data contained in the specified record when the grid operates in batch edit mode. |
Validate |
Performs validation of grid data contained in all records when the grid operates in batch edit mode. |
See Also