[]
DEMOS
DOCS
API
SAMPLES
DOWNLOAD
dotnet-api
C1.Blazor.Grid Assembly
C1.Blazor.Grid
Classes
FlexGridDetailProvider<TItem>
Methods
ShowDetailAsync
dotnet-api
C1.Blazor.Accordion Assembly
C1.Blazor.Calendar Assembly
C1.Blazor.Chart Assembly
C1.Blazor.Core Assembly
C1.Blazor.DataFilter Assembly
C1.Blazor.DataPager Assembly
C1.Blazor.DateTimeEditors Assembly
C1.Blazor.Gauge Assembly
C1.Blazor.Grid Assembly
C1.Blazor.Grid
Classes
CheckListBehavior
DetailProviderRowHeaderCell
EditorCheckBox
FlexGrid
FlexGridDetailProvider<TItem>
Constructors
Fields
Properties
Methods
HideDetailAsync
IsDetailVisible
OnAttachedTo
OnDetachingFrom
OnDetailLoading
ShowDetailAsync
FullTextFilterBehavior
GridAggregateFunction
GridAggregateFunctionCollection
GridAutoGeneratingColumnEventArgs
GridBoundRow
GridCellEditEventArgs
GridCellFactory
GridCellFactoryNotifyChange
GridCellRange
GridCellRangeEventArgs
GridCellView
GridColumn
GridColumnCollection
GridColumnFilterLoadingEventArgs
GridColumnHeaderCell
GridColumnOptionsLoadingEventArgs
GridDataMap
GridDateTimeColumn
GridDetailLoadingEventArgs<TItem>
GridDetailRow<TItem>
GridFilterCell
GridFilterRow
GridGroupRow
GridGroupRowCell
GridHyperlinkColumn
GridImageColumn
GridIncrementalLoadingCell
GridIncrementalLoadingRow
GridInputEventArgs
GridMergeManager
GridNewRow
GridNumericColumn
GridOutlineEventArgs
GridPanel
GridResources
GridRow
GridRowCol
GridRowColCollection<T>
GridRowCollection
GridRowHeaderColumn
GridSelectedItemsCollection
GridSelectionEventArgs
GridSelectionMenu
GridSelectionMenuEventArgs
GridSummaryCell
GridSummaryRow
GridWrapCellFactory
TransposedGridBehavior
TransposedGridCellFactory
Enums
C1.Blazor.Grid.Resources
C1.Blazor.Grid.Excel Assembly
C1.Blazor.GridControl Assembly
C1.Blazor.Input Assembly
C1.Blazor.ListView Assembly
C1.Blazor.Menu Assembly
C1.Blazor.Rendering Assembly
C1.Blazor.TreeView Assembly
C1.Blazor.Viewer Assembly
C1.DataCollection Assembly
(Showing Draft Content)
C1.Blazor.Grid.FlexGridDetailProvider-1.ShowDetailAsync
ShowDetailAsync Method
ShowDetailAsync(int)
Shows the detail row.
Declaration
public Task ShowDetailAsync(int index)
Parameters
Type
Name
Description
int
index
The index of the original row.
Returns
Type
Description
Task