ASPxClientGridViewBatchEditApi Methods
Provides members related to Batch Edit Mode
Name | Description |
---|---|
Add |
Adds a new row and invokes in-place data editors. |
Delete |
Marks the specified row as deleted in batch edit mode. |
Delete |
Marks the specified row as deleted in batch edit mode. |
End |
Ends cell or row editing. |
Get |
Gets a container holding a data cell content. |
Get |
Gets a container holding a data cell content. |
Get |
Gets the value of the specified cell. |
Get |
Gets the value of the specified cell. |
Get |
Provides the text displayed within the cell according to the specified display format rule. |
Get |
Gets the visible indexes of the rows deleted on the current page. |
Get |
Gets information about the cell currently being edited. |
Get |
Gets information about a focused cell. |
Get |
Returns the group summery value. |
Get |
Gets the visible indexes of inserted rows. |
Get |
Returns an array of row visible indices. |
Get |
Gets information about the selected cells. |
Get |
Returns the total summary value. |
Get |
Returns an object that stores unsaved changes. |
Get |
Gets the visible indexes of the rows updated on the current page. |
Has |
Indicates whether the grid or the specified row/cell has unsaved changes in batch edit mode. |
Has |
Indicates whether the specified row or cell has unsaved changes in batch edit mode. |
Hide |
Switches the grid from Preview Changes to browse mode. |
Is |
Returns a value that specifies whether the row is located on the current page. |
Is |
Indicates whether the specified row is marked as deleted in batch edit mode. |
Is |
Indicates whether the specified row is marked as deleted in batch edit mode. |
Is |
Indicates whether the specified row is newly inserted. |
Move |
Programmatically moves focus to the previous cell in the row. |
Move |
Programmatically moves focus to the next cell in the row. |
Recover |
Recovers the specified row. |
Recover |
Recovers the specified row. |
Reset |
Resets changes in the specified cell. |
Reset |
Resets changes in the specified cell. |
Select |
Selects a cell. |
Select |
Selects a cell with the specified key. |
Set |
Assigns a new value to the specified cell in batch edit mode. |
Set |
Assigns a new value to the specified cell in batch edit mode. |
Set |
Focuses the specified cell. |
Set |
Focuses the specified cell. |
Show |
Switches the grid to Preview Changes mode. |
Start |
Switches the specified cell to edit mode. |
Start |
Switches the specified cell to edit mode. |
Unselect |
Unselects a cell. |
Unselect |
Deselects a cell. |
Validate |
Validates data in the specified row when the grid is in batch edit mode. |
Validate |
Validates data in the specified row when the grid is in batch edit mode. |
Validate |
Validates data rows when the grid is in batch edit mode. |
See Also