ASPxClientVerticalGridBatchEditApi Methods
Provides members related to Batch Edit Mode| Name | Description |
|---|---|
| AddNewRecord | Adds a new record when ASPxVerticalGrid is in Batch Edit mode. |
| DeleteRecord(visibleIndex) | Deletes the specified record when ASPxVerticalGrid is in Batch Edit mode. |
| DeleteRecordByKey(key) | Deletes a record with a specified key value when ASPxVerticalGrid is in Batch Edit mode. |
| EndEdit | Ends the cell(s) editing. |
| GetCellTextContainer(visibleIndex, columnFieldNameOrId) | Gets a container holding the data cell content. |
| GetCellValue(visibleIndex, rowFieldNameOrId) | Gets the value of the specified cell. |
| GetColumnDisplayText(columnFieldNameOrId, value) | Provides the text displayed within the cell according to the specified display format rule. |
| GetDeletedRecordIndices | Returns an array of the deleted record visible indices. |
| GetEditCellInfo | Gets information about the cell currently being edited. |
| GetFocusedCell | Gets information about a focused cell. |
| GetInsertedRecordIndices | Returns an array of the inserted record visible indices. |
| GetRecordVisibleIndices(includeDeleted) | Returns an array of record visible indices. |
| GetSelectedCells | Gets information about the selected cells. |
| GetTotalSummaryValue(summaryItemIndex) | Returns the total summary value. |
| GetUnsavedChanges | Returns an object that stores unsaved changes. |
| GetUpdatedRecordIndices | Returns an array of the updated records visible indices. |
| HasChanges | Returns a value that indicates whether the specified data cell‘s data has been changed. |
| IsDeletedRecord(visibleIndex) | Indicates if the record with the specified visible index is deleted. |
| IsNewRecord(visibleIndex) | Indicates if the record with specified visible index is newly created. |
| MoveFocusBackward | Programmatically moves focus to the previous cell in the record. |
| MoveFocusForward | Programmatically moves focus to the next cell in the record. |
| RecoverRecord(visibleIndex) | Recovers the specified record when ASPxVerticalGrid is in Batch Edit mode. |
| RecoverRecordByKey(key) | Recovers a record with a specified key value when ASPxVerticalGrid is in Batch Edit mode. |
| ResetChanges(visibleIndex) | Resets changes in the specified cell. |
| SelectCell(visibleIndex, rowIndex) | Selects a cell. |
| SelectCellByKey(key, rowIndex) | Selects a cell with the specified key. |
| SetCellValue(visibleIndex, rowFieldNameOrId, value) | Sets the value of the specified cell. |
| SetFocusedCell(visibleIndex, rowIndex) | Focuses the specified cell. |
| SetFocusedCellByKey(key, rowIndex) | Focuses the specified cell. |
| StartEdit(visibleIndex, rowIndex) | Switches the specified cell to batch edit mode. |
| UnselectCell(visibleIndex, rowIndex) | Deselects a cell. |
| UnselectCellByKey(key, rowIndex) | Deselects a cell with the specified key. |
| ValidateRecord(visibleIndex) | Performs validation of grid data contained in the specified record when the grid operates in batch edit mode. |
| ValidateRecords | Performs validation of grid data contained in all records when the grid operates in batch edit mode. |
See Also