Name | Description | |
---|---|---|
![]() | ChangeView | Changes the scroll and zoom of the grid to the specified part of the viewport. (Inherited from C1.Blazor.Grid.C1GridControl) |
![]() | ChangeViewAsync | Changes the scroll and zoom of the grid to the specified part of the viewport. (Inherited from C1.Blazor.Grid.C1GridControl) |
![]() | CollapseGroups | Collapses the groups. |
![]() | Copy | Copy the current selection to the clipboard. |
![]() | Cut | Cut the current selection and copy to the clipboard. |
![]() | Dispose | (Inherited from C1.Blazor.Core.C1View) |
![]() | FinishEditing | Overloaded. Commits or cancels any pending edits and exits edit mode. (Inherited from C1.Blazor.Grid.C1GridControl) |
![]() | FinishRowEditing | Finishes the row editing. |
![]() | Focus | Sets the focus in the control. (Inherited from C1.Blazor.Core.C1View) |
![]() | FocusAsync | Sets the focus in the control. (Inherited from C1.Blazor.Grid.C1GridControl) |
![]() | FocusOutAsync | Sets the focus in the control. (Inherited from C1.Blazor.Core.C1View) |
![]() | GetCellDisplayValue<T> | Gets the value to display corresponding to the cell in the specified row and column. |
![]() | GetCellText | Overloaded. Gets the text corresponding to the cell in the specified range. |
![]() | GetCellValue | Overloaded. Gets the raw value corresponding to the cell in the specified range. |
![]() | GetSelectedState | Overloaded. Gets a GridSelectedState value that indicates the selected state of the cells in a specified column and row. |
![]() | GetSelectedTimes | Overloaded. Gets the number of times a cell is selected. |
![]() | Paste | Pastes the content of the clipboard to the grid. |
![]() | PasteAsync | Pastes the content of the clipboard to the grid. |
![]() | Refresh | Overloaded. Recreates all the cells. |
![]() | Save | Overloaded. Saves the contents of the grid to a file. |
![]() | ScrollIntoView | Overloaded. Scrolls the grid to bring a specific cell into view. |
![]() | Select | Overloaded. Selects a given cell and optionally scrolls it into view. |
![]() | SelectAll | Selects all the cells. (Inherited from C1.Blazor.Grid.C1GridControl) |
![]() | SetCellValue | Overloaded. Sets the value corresponding to the cell in the specified range. |
![]() | SetCursor | Overloaded. Sets the cursor of the grid to the specified row and column. |
![]() | SetParametersAsync | (Inherited from Microsoft.AspNetCore.Components.ComponentBase) |
![]() | StartEditing | Overloaded. Overridden. Starts editing a specific cell. |
![]() | StartEditingAsync | Overloaded. Starts the editing of the specified cell asynchronously. |
![]() | UnselectAll | Unselects all the cells. (Inherited from C1.Blazor.Grid.C1GridControl) |