Name | Description | |
---|---|---|
![]() | GridBase Constructor | Initializes a new instance of the GridBase class. |
The following tables list the members exposed by GridBase.
Name | Description | |
---|---|---|
![]() | GridBase Constructor | Initializes a new instance of the GridBase class. |
Name | Description | |
---|---|---|
![]() | ActiveEditor | Gets the cell editor that is currently active. |
![]() | AllowDragging | Gets or sets a value that indicates whether users are allowed to move rows and columns to new positions. |
![]() | AllowMerging | Gets or sets a value that indicates which parts of the grid support cell merging. |
![]() | AllowResizing | Gets or sets a value that indicates whether users are allowed to resize rows and columns. |
![]() | BackgroundColor | |
![]() | BeginningEdit | Occurs when the edit of a cell is about to start. |
![]() | CellDoubleTapped | Occurs when a cell is double tapped. |
![]() | CellEditEnded | Occurs after the edit of a cell is committed. |
![]() | CellEditEnding | Occurs before the edit of a cell is committed. |
![]() | CellFactory | Gets or sets the factory of cells. |
![]() | CellStyle | Gets or sets the style applied to the cells. |
![]() | CellTapped | Occurs when a cell is tapped. |
![]() | Class | Gets or sets the CSS class applied to the component. (Inherited from C1.Blazor.Core.C1View) |
![]() | ColumnHeaderBackgroundColor | |
![]() | ColumnHeaderGridLinesVisibility | Gets or sets a value that indicates which grid lines separating column header cells are shown. |
![]() | ColumnHeaderSelectedBackgroundColor | |
![]() | ColumnHeaderSelectedStyle | Gets or sets the style applied to column header cells when the column is selected. |
![]() | ColumnHeaderSelectedTextColor | |
![]() | ColumnHeaderStyle | Gets or sets the style applied to column header cells. |
![]() | ColumnHeaderTextColor | |
![]() | CursorBackgroundColor | |
![]() | CursorRange | Gets the GridCellRange that corresponds to the cursor cell. |
![]() | CursorStyle | Gets or sets the style applied to the cursor cell. |
![]() | CursorTextColor | |
![]() | EditorBackgroundColor | |
![]() | EditorRange | Gets the GridCellRange that corresponds to the cell currently being edited. |
![]() | EditorStyle | Gets or sets the style applied to the editor. |
![]() | EditorTextColor | |
![]() | FrozenColumns | Gets or sets the number of frozen columns. |
![]() | FrozenLinesColor | Gets or sets the C1.Blazor.Core.C1Color that is used to paint the lines between frozen and scrollable areas of the grid. |
![]() | FrozenRows | Gets or sets the number of frozen rows. |
![]() | GridLinesColor | Gets or sets the C1.Blazor.Core.C1Color that is used to paint the lines between cells. |
![]() | GridLinesVisibility | Gets or sets a value that indicates which grid lines separating inner cells are shown. |
![]() | GridLinesWidth | Gets or sets the width of the lines between cells. |
![]() | HeaderGridLinesColor | Gets or sets the C1.Blazor.Core.C1Color that is used to paint the lines between row and column header cells. |
![]() | HeadersVisibility | Gets or sets a value that indicates the visibility of row and column headers. |
![]() | HorizontalScrollBarVisibility | Gets or sets the horizontal scroll bar visibility. |
![]() | IsAnimated | Gets or sets whether the control is animated during navigation. |
![]() | IsInitialized | Gets whether the component was already initialized. (Inherited from C1.Blazor.Core.C1View) |
![]() | IsReadOnly | Gets or sets a value to determine whether the grid is read-only. |
![]() | IsVirtualizationEnabled | Gets or sets whether the ui will be virtualized. Default true . |
![]() | KeyActionEnter | Gets or sets the action to perform when the Enter key is pressed. |
![]() | KeyActionTab | Gets or sets the action to perform when the Tab key is pressed. |
![]() | MergeManager | Gets or sets the merge manager. |
![]() | PrepareCellForEdit | Occurs when an editor cell is created and before it becomes active. |
![]() | RowBackgroundColor | |
![]() | RowHeaderBackgroundColor | |
![]() | RowHeaderGridLinesVisibility | Gets or sets a value that indicates which grid lines separating row header cells are shown. |
![]() | RowHeaderSelectedBackgroundColor | |
![]() | RowHeaderSelectedStyle | Gets or sets the style applied to row header cells when the row is selected. |
![]() | RowHeaderSelectedTextColor | |
![]() | RowHeaderStyle | Gets or sets the style applied to row header cells. |
![]() | RowHeaderTextColor | |
![]() | RowStyle | Gets or sets the style applied to row cells. |
![]() | RowTextColor | |
![]() | ScrollPosition | Gets or sets the scroll position. |
![]() | Selection | Gets or sets the current selection. |
![]() | SelectionAdornerBorderColor | |
![]() | SelectionAdornerStyle | Gets or sets the style applied to the selection adorners. |
![]() | SelectionBackgroundColor | |
![]() | SelectionChanged | Occurs after selection changed. |
![]() | SelectionChanging | Occurs before selection is changed. |
![]() | SelectionMode | Gets or sets how the cells or rows are selected. |
![]() | SelectionStyle | Gets or sets the style applied to the selection cells. |
![]() | SelectionTextColor | |
![]() | ShowMarquee | Gets or sets a value that indicates whether the grid shows an Excel-style marquee around the current selection. |
![]() | ShowSelectionMenu | Gets or sets a value that indicates whether the grid shows menu when select rows or cells. |
![]() | Site | IComponent Site |
![]() | Style | Gets or sets the style applied to the component. (Inherited from C1.Blazor.Core.C1View) |
![]() | TabIndex | Gets or sets the CSS class applied to the component. (Inherited from C1.Blazor.Core.C1View) |
![]() | Tag | Gets or sets an arbitrary object that can be used to identify a specific component. (Inherited from C1.Blazor.Core.C1View) |
![]() | TextColor | |
![]() | TopLeftCellBackgroundColor | |
![]() | TopLeftCellStyle | Gets or sets the style applied to cells in the top left corner. |
![]() | TopLeftCellTextColor | |
![]() | TopLeftHeaderGridLinesVisibility | Gets or sets a value that indicates which grid lines separating top-left header cells are shown. |
![]() | VerticalScrollBarVisibility | Gets or sets the vertical scroll bar visibility. |
![]() | ViewRange | Gets a GridCellRange value that indicates the range of cells currently visible on the grid. |
![]() | ZoomMode | Gets or sets the zoom mode. |
Name | Description | |
---|---|---|
![]() | ChangeView | Changes the scroll and zoom of the grid to the specified part of the viewport. |
![]() | ChangeViewAsync | Changes the scroll and zoom of the grid to the specified part of the viewport. |
![]() | Dispose() | (Inherited from C1.Blazor.Core.C1View) |
![]() | FinishEditing | Commits or cancels any pending edits and exits edit mode. |
![]() | Focus | Sets the focus in the control. (Inherited from C1.Blazor.Core.C1View) |
![]() | FocusAsync | Overridden. |
![]() | FocusOutAsync | Sets the focus in the control. (Inherited from C1.Blazor.Core.C1View) |
![]() | GetSelectedState | Gets a GridSelectedState value that indicates the selected state of the cells in a specified column and row. |
![]() | Refresh | Overloaded. Recreates all the cells. |
![]() | 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. |
![]() | SetCursor | Sets the cursor of the grid to the specified row and column. |
![]() | SetParametersAsync | (Inherited from Microsoft.AspNetCore.Components.ComponentBase) |
![]() | StartEditing | Starts editing a specific cell. |
Name | Description | |
---|---|---|
![]() | CellLongPressed | Occurs when a cell is being held. |
![]() | CreatingSelectionMenu | Occurs when the selection menu is created. This event can be used to customize the displayed menu. |
![]() | CursorChanged | Occurs after the cursor is changed. |
![]() | CursorChanging | Occurs before the cursor is changed. |
![]() | Disposed | Occurs when the object is disposed. |
![]() | ResizedColumn | Occurs when the user finishes resizing a column. |
![]() | ResizedRow | Occurs when the user finishes resizing a row. |
![]() | ResizingColumn | Occurs when the user starts resizing a column. |
![]() | ResizingRow | Occurs when the user starts resizing a row. |
![]() | ScrollPositionChanged | Occurs when scroll position changed. |