ASPxClientGridViewBatchEditApi Members
Provides members related to Batch Edit ModeMethods
| Name | Description |
|---|---|
| AddNewRow | Adds a new row and invokes in-place data editors. |
| DeleteRow(visibleIndex) | Marks the specified row as deleted in batch edit mode. |
| DeleteRowByKey(key) | Marks the specified row as deleted in batch edit mode. |
| EndEdit | Ends cell or row editing. |
| GetCellTextContainer(visibleIndex, columnFieldNameOrId) | Gets a container holding a data cell content. |
| GetCellTextContainerByKey(key, columnFieldNameOrId) | Gets a container holding a data cell content. |
| GetCellValue(visibleIndex, columnFieldNameOrId) | Gets the value of the specified cell. |
| GetCellValueByKey(key, columnFieldNameOrId) | Gets the value of the specified cell. |
| GetColumnDisplayText(columnFieldNameOrId, value) | Provides the text displayed within the cell according to the specified display format rule. |
| GetDeletedRowIndices | Gets the visible indexes of the rows deleted on the current page. |
| GetEditCellInfo | Gets information about the cell currently being edited. |
| GetFocusedCell | Gets information about a focused cell. |
| GetGroupSummaryValue(groupRowVisibleIndex, summaryItemIndex) | Returns the group summery value. |
| GetInsertedRowIndices | Gets the visible indexes of inserted rows. |
| GetRowVisibleIndices(includeDeleted) | Returns an array of row visible indices. |
| GetSelectedCells | Gets information about the selected cells. |
| GetTotalSummaryValue(summaryItemIndex) | Returns the total summary value. |
| GetUnsavedChanges | Returns an object that stores unsaved changes. |
| GetUpdatedRowIndices | Gets the visible indexes of the rows updated on the current page. |
| HasChanges | Indicates whether the grid or the specified row/cell has unsaved changes in batch edit mode. |
| HasChangesByKey(key) | Indicates whether the specified row or cell has unsaved changes in batch edit mode. |
| HideChangesPreview | Switches the grid from Preview Changes to browse mode. |
| IsCurrentPageRow(key) | Returns a value that specifies whether the row is located on the current page. |
| IsDeletedRow(visibleIndex) | Indicates whether the specified row is marked as deleted in batch edit mode. |
| IsDeletedRowByKey(key) | Indicates whether the specified row is marked as deleted in batch edit mode. |
| IsNewRow(visibleIndex) | Indicates whether the specified row is newly inserted. |
| MoveFocusBackward | Programmatically moves focus to the previous cell in the row. |
| MoveFocusForward | Programmatically moves focus to the next cell in the row. |
| RecoverRow(visibleIndex) | Recovers the specified row. |
| RecoverRowByKey(key) | Recovers the specified row. |
| ResetChanges(visibleIndex) | Resets changes in the specified cell. |
| ResetChangesByKey(key) | Resets changes in the specified cell. |
| SelectCell(rowVisibleIndex, columnIndex) | Selects a cell. |
| SelectCellByKey(key, columnIndex) | Selects a cell with the specified key. |
| SetCellValue(visibleIndex, columnFieldNameOrId, value) | Assigns a new value to the specified cell in batch edit mode. |
| SetCellValueByKey(key, columnFieldNameOrId, value) | Assigns a new value to the specified cell in batch edit mode. |
| SetFocusedCell(rowVisibleIndex, columnIndex) | Focuses the specified cell. |
| SetFocusedCellByKey(key, columnIndex) | Focuses the specified cell. |
| ShowChangesPreview | Switches the grid to Preview Changes mode. |
| StartEdit(visibleIndex, columnIndex) | Switches the specified cell to edit mode. |
| StartEditByKey(key, columnIndex) | Switches the specified cell to edit mode. |
| UnselectCell(rowVisibleIndex, columnIndex) | Unselects a cell. |
| UnselectCellByKey(key, columnIndex) | Deselects a cell. |
| ValidateRow(visibleIndex) | Validates data in the specified row when the grid is in batch edit mode. |
| ValidateRowByKey(key) | Validates data in the specified row when the grid is in batch edit mode. |
| ValidateRows | Validates data rows when the grid is in batch edit mode. |
See Also