Show / Hide Table of Contents

Class IgbRowIsland

Inheritance
System.Object
BaseRendererElement
IgbRowIsland
Implements
JsonSerializable
System.IDisposable
Inherited Members
BaseRendererElement._name
BaseRendererElement.eventCallbacksCache
BaseRendererElement._cachedSerializedContent
BaseRendererElement.BuildRenderTree(RenderTreeBuilder)
BaseRendererElement.OnElementNameChanged(BaseRendererElement, String, String)
BaseRendererElement.InvokeMethod(String, Object[], String[], ElementReference[])
BaseRendererElement.InvokeMethodSync(String, Object[], String[], ElementReference[])
BaseRendererElement.InvokeMethodHelper(String, String, Object[], String[], ElementReference[])
BaseRendererElement.InvokeMethodHelperSync(String, String, Object[], String[], ElementReference[])
BaseRendererElement.IsPropDirty(String)
BaseRendererElement.Serialize(SerializationContext, String)
BaseRendererElement.Serialize()
BaseRendererElement.EnsureValid()
BaseRendererElement.FromEventJson(BaseRendererControl, Dictionary<String, Object>)
BaseRendererElement.ToEventJson(BaseRendererControl, Dictionary<String, Object>)
BaseRendererElement.SetResourceStringAsync(String, String, String)
BaseRendererElement.SetResourceStringAsync(String, String)
BaseRendererElement.CompareEventCallbacks<T>(T, T, Dictionary<Type, Dictionary<String, FieldInfo>>)
BaseRendererElement.IgBlazor
BaseRendererElement.IsComponentRooted
BaseRendererElement.UseDirectRender
BaseRendererElement.ChildContent
BaseRendererElement.SupportsVisualChildren
BaseRendererElement.Name
BaseRendererElement.Parent
BaseRendererElement.MethodTarget
BaseRendererElement.CurrParent
Namespace: IgniteUI.Blazor.Controls
Assembly: IgniteUI.Blazor.dll
Syntax
public class IgbRowIsland : BaseRendererElement, JsonSerializable, IDisposable

Constructors

IgbRowIsland()

Declaration
public IgbRowIsland()

Properties

ActionStripComponents

Declaration
public IgbActionStripCollection ActionStripComponents { get; protected set; }
Property Value
Type Description
IgbActionStripCollection

ActiveNodeChange

Declaration
public EventCallback<IgbActiveNodeChangeEventArgs> ActiveNodeChange { get; set; }
Property Value
Type Description
Microsoft.AspNetCore.Components.EventCallback<IgbActiveNodeChangeEventArgs>

ActiveNodeChangeScript

Declaration
public string ActiveNodeChangeScript { get; set; }
Property Value
Type Description
System.String

ActualActionStripComponents

Declaration
public IgbActionStripCollection ActualActionStripComponents { get; }
Property Value
Type Description
IgbActionStripCollection

ActualChildLayoutList

Declaration
public IgbRowIslandCollection ActualChildLayoutList { get; }
Property Value
Type Description
IgbRowIslandCollection

ActualPaginationComponents

Declaration
public IgbPaginatorCollection ActualPaginationComponents { get; }
Property Value
Type Description
IgbPaginatorCollection

ActualToolbar

Declaration
public IgbGridToolbarCollection ActualToolbar { get; }
Property Value
Type Description
IgbGridToolbarCollection

AddRowEmptyTemplate

Declaration
public RenderFragment<object> AddRowEmptyTemplate { get; set; }
Property Value
Type Description
Microsoft.AspNetCore.Components.RenderFragment<System.Object>

AddRowEmptyTemplateScript

Declaration
public string AddRowEmptyTemplateScript { get; set; }
Property Value
Type Description
System.String

AdvancedFilteringExpressionsTree

Declaration
public IgbFilteringExpressionsTree AdvancedFilteringExpressionsTree { get; set; }
Property Value
Type Description
IgbFilteringExpressionsTree

AdvancedFilteringExpressionsTreeChange

Declaration
public EventCallback<IgbFilteringExpressionsTreeEventArgs> AdvancedFilteringExpressionsTreeChange { get; set; }
Property Value
Type Description
Microsoft.AspNetCore.Components.EventCallback<IgbFilteringExpressionsTreeEventArgs>

AdvancedFilteringExpressionsTreeChangeScript

Declaration
public string AdvancedFilteringExpressionsTreeChangeScript { get; set; }
Property Value
Type Description
System.String

AllowAdvancedFiltering

Declaration
public bool AllowAdvancedFiltering { get; set; }
Property Value
Type Description
System.Boolean

AllowFiltering

Declaration
public bool AllowFiltering { get; set; }
Property Value
Type Description
System.Boolean

AutoGenerate

Declaration
public bool AutoGenerate { get; set; }
Property Value
Type Description
System.Boolean

AutoGenerateExclude

Declaration
public string[] AutoGenerateExclude { get; set; }
Property Value
Type Description
System.String[]

BatchEditing

Declaration
public bool BatchEditing { get; set; }
Property Value
Type Description
System.Boolean

CellClick

Declaration
public EventCallback<IgbGridCellEventArgs> CellClick { get; set; }
Property Value
Type Description
Microsoft.AspNetCore.Components.EventCallback<IgbGridCellEventArgs>

CellClickScript

Declaration
public string CellClickScript { get; set; }
Property Value
Type Description
System.String

CellEdit

Declaration
public EventCallback<IgbGridEditEventArgs> CellEdit { get; set; }
Property Value
Type Description
Microsoft.AspNetCore.Components.EventCallback<IgbGridEditEventArgs>

CellEditEnter

Declaration
public EventCallback<IgbGridEditEventArgs> CellEditEnter { get; set; }
Property Value
Type Description
Microsoft.AspNetCore.Components.EventCallback<IgbGridEditEventArgs>

CellEditEnterScript

Declaration
public string CellEditEnterScript { get; set; }
Property Value
Type Description
System.String

CellEditExit

Declaration
public EventCallback<IgbGridEditDoneEventArgs> CellEditExit { get; set; }
Property Value
Type Description
Microsoft.AspNetCore.Components.EventCallback<IgbGridEditDoneEventArgs>

CellEditExitScript

Declaration
public string CellEditExitScript { get; set; }
Property Value
Type Description
System.String

CellEditScript

Declaration
public string CellEditScript { get; set; }
Property Value
Type Description
System.String

CellSelection

Declaration
public GridSelectionMode CellSelection { get; set; }
Property Value
Type Description
GridSelectionMode

ChildDataKey

Declaration
public string ChildDataKey { get; set; }
Property Value
Type Description
System.String

ChildLayoutList

Declaration
public IgbRowIslandCollection ChildLayoutList { get; protected set; }
Property Value
Type Description
IgbRowIslandCollection

ClipboardOptions

Declaration
public IgbClipboardOptions ClipboardOptions { get; set; }
Property Value
Type Description
IgbClipboardOptions

ColumnInit

Declaration
public EventCallback<IgbColumnComponentEventArgs> ColumnInit { get; set; }
Property Value
Type Description
Microsoft.AspNetCore.Components.EventCallback<IgbColumnComponentEventArgs>

ColumnInitScript

Declaration
public string ColumnInitScript { get; set; }
Property Value
Type Description
System.String

ColumnList

Declaration
public IgbColumnCollection ColumnList { get; protected set; }
Property Value
Type Description
IgbColumnCollection

ColumnMoving

Declaration
public EventCallback<IgbColumnMovingEventArgs> ColumnMoving { get; set; }
Property Value
Type Description
Microsoft.AspNetCore.Components.EventCallback<IgbColumnMovingEventArgs>

ColumnMovingEnd

Declaration
public EventCallback<IgbColumnMovingEndEventArgs> ColumnMovingEnd { get; set; }
Property Value
Type Description
Microsoft.AspNetCore.Components.EventCallback<IgbColumnMovingEndEventArgs>

ColumnMovingEndScript

Declaration
public string ColumnMovingEndScript { get; set; }
Property Value
Type Description
System.String

ColumnMovingScript

Declaration
public string ColumnMovingScript { get; set; }
Property Value
Type Description
System.String

ColumnMovingStart

Declaration
public EventCallback<IgbColumnMovingStartEventArgs> ColumnMovingStart { get; set; }
Property Value
Type Description
Microsoft.AspNetCore.Components.EventCallback<IgbColumnMovingStartEventArgs>

ColumnMovingStartScript

Declaration
public string ColumnMovingStartScript { get; set; }
Property Value
Type Description
System.String

ColumnPin

Declaration
public EventCallback<IgbPinColumnCancellableEventArgs> ColumnPin { get; set; }
Property Value
Type Description
Microsoft.AspNetCore.Components.EventCallback<IgbPinColumnCancellableEventArgs>

ColumnPinned

Declaration
public EventCallback<IgbPinColumnEventArgs> ColumnPinned { get; set; }
Property Value
Type Description
Microsoft.AspNetCore.Components.EventCallback<IgbPinColumnEventArgs>

ColumnPinnedScript

Declaration
public string ColumnPinnedScript { get; set; }
Property Value
Type Description
System.String

ColumnPinScript

Declaration
public string ColumnPinScript { get; set; }
Property Value
Type Description
System.String

ColumnResized

Declaration
public EventCallback<IgbColumnResizeEventArgs> ColumnResized { get; set; }
Property Value
Type Description
Microsoft.AspNetCore.Components.EventCallback<IgbColumnResizeEventArgs>

ColumnResizedScript

Declaration
public string ColumnResizedScript { get; set; }
Property Value
Type Description
System.String

ColumnsAutogenerated

Declaration
public EventCallback<IgbColumnsAutoGeneratedEventArgs> ColumnsAutogenerated { get; set; }
Property Value
Type Description
Microsoft.AspNetCore.Components.EventCallback<IgbColumnsAutoGeneratedEventArgs>

ColumnsAutogeneratedScript

Declaration
public string ColumnsAutogeneratedScript { get; set; }
Property Value
Type Description
System.String

ColumnSelection

Declaration
public GridSelectionMode ColumnSelection { get; set; }
Property Value
Type Description
GridSelectionMode

ColumnSelectionChanging

Declaration
public EventCallback<IgbColumnSelectionEventArgs> ColumnSelectionChanging { get; set; }
Property Value
Type Description
Microsoft.AspNetCore.Components.EventCallback<IgbColumnSelectionEventArgs>

ColumnSelectionChangingScript

Declaration
public string ColumnSelectionChangingScript { get; set; }
Property Value
Type Description
System.String

ColumnVisibilityChanged

Declaration
public EventCallback<IgbColumnVisibilityChangedEventArgs> ColumnVisibilityChanged { get; set; }
Property Value
Type Description
Microsoft.AspNetCore.Components.EventCallback<IgbColumnVisibilityChangedEventArgs>

ColumnVisibilityChangedScript

Declaration
public string ColumnVisibilityChangedScript { get; set; }
Property Value
Type Description
System.String

ColumnVisibilityChanging

Declaration
public EventCallback<IgbColumnVisibilityChangingEventArgs> ColumnVisibilityChanging { get; set; }
Property Value
Type Description
Microsoft.AspNetCore.Components.EventCallback<IgbColumnVisibilityChangingEventArgs>

ColumnVisibilityChangingScript

Declaration
public string ColumnVisibilityChangingScript { get; set; }
Property Value
Type Description
System.String

ColumnWidth

Declaration
public string ColumnWidth { get; set; }
Property Value
Type Description
System.String

ContentActionStripComponents

Declaration
public IgbActionStripCollection ContentActionStripComponents { get; }
Property Value
Type Description
IgbActionStripCollection

ContentChildLayoutList

Declaration
public IgbRowIslandCollection ContentChildLayoutList { get; }
Property Value
Type Description
IgbRowIslandCollection

ContentPaginationComponents

Declaration
public IgbPaginatorCollection ContentPaginationComponents { get; }
Property Value
Type Description
IgbPaginatorCollection

ContentToolbar

Declaration
public IgbGridToolbarCollection ContentToolbar { get; }
Property Value
Type Description
IgbGridToolbarCollection

ContextMenu

Declaration
public EventCallback<IgbGridContextMenuEventArgs> ContextMenu { get; set; }
Property Value
Type Description
Microsoft.AspNetCore.Components.EventCallback<IgbGridContextMenuEventArgs>

ContextMenuScript

Declaration
public string ContextMenuScript { get; set; }
Property Value
Type Description
System.String

DataChanged

Declaration
public EventCallback<IgbForOfDataChangeEventArgs> DataChanged { get; set; }
Property Value
Type Description
Microsoft.AspNetCore.Components.EventCallback<IgbForOfDataChangeEventArgs>

DataChangedScript

Declaration
public string DataChangedScript { get; set; }
Property Value
Type Description
System.String

DataChanging

Declaration
public EventCallback<IgbForOfDataChangeEventArgs> DataChanging { get; set; }
Property Value
Type Description
Microsoft.AspNetCore.Components.EventCallback<IgbForOfDataChangeEventArgs>

DataChangingScript

Declaration
public string DataChangingScript { get; set; }
Property Value
Type Description
System.String

DataCloneStrategy

Declaration
public IgbDataCloneStrategy DataCloneStrategy { get; set; }
Property Value
Type Description
IgbDataCloneStrategy

DataPreLoad

Declaration
public EventCallback<IgbForOfStateEventArgs> DataPreLoad { get; set; }
Property Value
Type Description
Microsoft.AspNetCore.Components.EventCallback<IgbForOfStateEventArgs>

DataPreLoadScript

Declaration
public string DataPreLoadScript { get; set; }
Property Value
Type Description
System.String

DoubleClick

Declaration
public EventCallback<IgbGridCellEventArgs> DoubleClick { get; set; }
Property Value
Type Description
Microsoft.AspNetCore.Components.EventCallback<IgbGridCellEventArgs>

DoubleClickScript

Declaration
public string DoubleClickScript { get; set; }
Property Value
Type Description
System.String

DragGhostCustomTemplate

Declaration
public RenderFragment<IgbGridRowDragGhostContext> DragGhostCustomTemplate { get; set; }
Property Value
Type Description
Microsoft.AspNetCore.Components.RenderFragment<IgbGridRowDragGhostContext>

DragGhostCustomTemplateScript

Declaration
public string DragGhostCustomTemplateScript { get; set; }
Property Value
Type Description
System.String

DragIndicatorIconTemplate

Declaration
public RenderFragment<IgbGridEmptyTemplateContext> DragIndicatorIconTemplate { get; set; }
Property Value
Type Description
Microsoft.AspNetCore.Components.RenderFragment<IgbGridEmptyTemplateContext>

DragIndicatorIconTemplateScript

Declaration
public string DragIndicatorIconTemplateScript { get; set; }
Property Value
Type Description
System.String

EmptyFilteredGridMessage

Declaration
public string EmptyFilteredGridMessage { get; set; }
Property Value
Type Description
System.String

EmptyGridMessage

Declaration
public string EmptyGridMessage { get; set; }
Property Value
Type Description
System.String

EmptyGridTemplate

Declaration
public RenderFragment<IgbGridTemplateContext> EmptyGridTemplate { get; set; }
Property Value
Type Description
Microsoft.AspNetCore.Components.RenderFragment<IgbGridTemplateContext>

EmptyGridTemplateScript

Declaration
public string EmptyGridTemplateScript { get; set; }
Property Value
Type Description
System.String

ExcelStyleHeaderIconTemplate

Declaration
public RenderFragment<IgbGridHeaderTemplateContext> ExcelStyleHeaderIconTemplate { get; set; }
Property Value
Type Description
Microsoft.AspNetCore.Components.RenderFragment<IgbGridHeaderTemplateContext>

ExcelStyleHeaderIconTemplateScript

Declaration
public string ExcelStyleHeaderIconTemplateScript { get; set; }
Property Value
Type Description
System.String

ExpandChildren

Declaration
public bool ExpandChildren { get; set; }
Property Value
Type Description
System.Boolean

Filtering

Declaration
public EventCallback<IgbFilteringEventArgs> Filtering { get; set; }
Property Value
Type Description
Microsoft.AspNetCore.Components.EventCallback<IgbFilteringEventArgs>

FilteringDone

Declaration
public EventCallback<IgbFilteringExpressionsTreeEventArgs> FilteringDone { get; set; }
Property Value
Type Description
Microsoft.AspNetCore.Components.EventCallback<IgbFilteringExpressionsTreeEventArgs>

FilteringDoneScript

Declaration
public string FilteringDoneScript { get; set; }
Property Value
Type Description
System.String

FilteringExpressionsTree

Declaration
public IgbFilteringExpressionsTree FilteringExpressionsTree { get; set; }
Property Value
Type Description
IgbFilteringExpressionsTree

FilteringExpressionsTreeChange

Declaration
public EventCallback<IgbFilteringExpressionsTreeEventArgs> FilteringExpressionsTreeChange { get; set; }
Property Value
Type Description
Microsoft.AspNetCore.Components.EventCallback<IgbFilteringExpressionsTreeEventArgs>

FilteringExpressionsTreeChangeScript

Declaration
public string FilteringExpressionsTreeChangeScript { get; set; }
Property Value
Type Description
System.String

FilteringLogic

Declaration
public FilteringLogic FilteringLogic { get; set; }
Property Value
Type Description
FilteringLogic

FilteringScript

Declaration
public string FilteringScript { get; set; }
Property Value
Type Description
System.String

FilterMode

Declaration
public FilterMode FilterMode { get; set; }
Property Value
Type Description
FilterMode

FilterStrategy

Declaration
public IgbFilteringStrategy FilterStrategy { get; set; }
Property Value
Type Description
IgbFilteringStrategy

FormGroupCreated

Declaration
public EventCallback<IgbGridFormGroupCreatedEventArgs> FormGroupCreated { get; set; }
Property Value
Type Description
Microsoft.AspNetCore.Components.EventCallback<IgbGridFormGroupCreatedEventArgs>

FormGroupCreatedScript

Declaration
public string FormGroupCreatedScript { get; set; }
Property Value
Type Description
System.String

GridCopy

Declaration
public EventCallback<IgbGridClipboardEventEventArgs> GridCopy { get; set; }
Property Value
Type Description
Microsoft.AspNetCore.Components.EventCallback<IgbGridClipboardEventEventArgs>

GridCopyScript

Declaration
public string GridCopyScript { get; set; }
Property Value
Type Description
System.String

GridCreated

Declaration
public EventCallback<IgbGridCreatedEventArgs> GridCreated { get; set; }
Property Value
Type Description
Microsoft.AspNetCore.Components.EventCallback<IgbGridCreatedEventArgs>

GridCreatedScript

Declaration
public string GridCreatedScript { get; set; }
Property Value
Type Description
System.String

GridInitialized

Declaration
public EventCallback<IgbGridCreatedEventArgs> GridInitialized { get; set; }
Property Value
Type Description
Microsoft.AspNetCore.Components.EventCallback<IgbGridCreatedEventArgs>

GridInitializedScript

Declaration
public string GridInitializedScript { get; set; }
Property Value
Type Description
System.String

GridKeydown

Declaration
public EventCallback<IgbGridKeydownEventArgs> GridKeydown { get; set; }
Property Value
Type Description
Microsoft.AspNetCore.Components.EventCallback<IgbGridKeydownEventArgs>

GridKeydownScript

Declaration
public string GridKeydownScript { get; set; }
Property Value
Type Description
System.String

GridScroll

Declaration
public EventCallback<IgbGridScrollEventArgs> GridScroll { get; set; }
Property Value
Type Description
Microsoft.AspNetCore.Components.EventCallback<IgbGridScrollEventArgs>

GridScrollScript

Declaration
public string GridScrollScript { get; set; }
Property Value
Type Description
System.String

HasChildrenKey

Declaration
public string HasChildrenKey { get; set; }
Property Value
Type Description
System.String

HeaderCollapsedIndicatorTemplate

Declaration
public RenderFragment<IgbGridTemplateContext> HeaderCollapsedIndicatorTemplate { get; set; }
Property Value
Type Description
Microsoft.AspNetCore.Components.RenderFragment<IgbGridTemplateContext>

HeaderCollapsedIndicatorTemplateScript

Declaration
public string HeaderCollapsedIndicatorTemplateScript { get; set; }
Property Value
Type Description
System.String

HeaderExpandedIndicatorTemplate

Declaration
public RenderFragment<IgbGridTemplateContext> HeaderExpandedIndicatorTemplate { get; set; }
Property Value
Type Description
Microsoft.AspNetCore.Components.RenderFragment<IgbGridTemplateContext>

HeaderExpandedIndicatorTemplateScript

Declaration
public string HeaderExpandedIndicatorTemplateScript { get; set; }
Property Value
Type Description
System.String

HeadSelectorTemplate

Declaration
public RenderFragment<IgbHeadSelectorTemplateContext> HeadSelectorTemplate { get; set; }
Property Value
Type Description
Microsoft.AspNetCore.Components.RenderFragment<IgbHeadSelectorTemplateContext>

HeadSelectorTemplateScript

Declaration
public string HeadSelectorTemplateScript { get; set; }
Property Value
Type Description
System.String

Height

Declaration
public string Height { get; set; }
Property Value
Type Description
System.String

HideRowSelectors

Declaration
public bool HideRowSelectors { get; set; }
Property Value
Type Description
System.Boolean

HierarchicalGridParent

Declaration
protected BaseRendererControl HierarchicalGridParent { get; set; }
Property Value
Type Description
BaseRendererControl

IsLoading

Declaration
public bool IsLoading { get; set; }
Property Value
Type Description
System.Boolean

LoadingGridTemplate

Declaration
public RenderFragment<IgbGridTemplateContext> LoadingGridTemplate { get; set; }
Property Value
Type Description
Microsoft.AspNetCore.Components.RenderFragment<IgbGridTemplateContext>

LoadingGridTemplateScript

Declaration
public string LoadingGridTemplateScript { get; set; }
Property Value
Type Description
System.String

Locale

Declaration
public string Locale { get; set; }
Property Value
Type Description
System.String

Moving

Declaration
public bool Moving { get; set; }
Property Value
Type Description
System.Boolean

PaginationComponents

Declaration
public IgbPaginatorCollection PaginationComponents { get; protected set; }
Property Value
Type Description
IgbPaginatorCollection

PagingMode

Declaration
public GridPagingMode PagingMode { get; set; }
Property Value
Type Description
GridPagingMode

ParentTypeName

Declaration
protected override string ParentTypeName { get; }
Property Value
Type Description
System.String
Overrides
BaseRendererElement.ParentTypeName

Pinning

Declaration
public IgbPinningConfig Pinning { get; set; }
Property Value
Type Description
IgbPinningConfig

PrimaryKey

Declaration
public string PrimaryKey { get; set; }
Property Value
Type Description
System.String

RangeSelected

Declaration
public EventCallback<IgbGridSelectionRangeEventArgs> RangeSelected { get; set; }
Property Value
Type Description
Microsoft.AspNetCore.Components.EventCallback<IgbGridSelectionRangeEventArgs>

RangeSelectedScript

Declaration
public string RangeSelectedScript { get; set; }
Property Value
Type Description
System.String

Rendered

Declaration
public EventCallback<IgbComponentBoolValueChangedEventArgs> Rendered { get; set; }
Property Value
Type Description
Microsoft.AspNetCore.Components.EventCallback<IgbComponentBoolValueChangedEventArgs>

RenderedScript

Declaration
public string RenderedScript { get; set; }
Property Value
Type Description
System.String

ResourceStrings

Declaration
public IgbGridResourceStrings ResourceStrings { get; set; }
Property Value
Type Description
IgbGridResourceStrings

RowAdd

Declaration
public EventCallback<IgbRowDataCancelableEventArgs> RowAdd { get; set; }
Property Value
Type Description
Microsoft.AspNetCore.Components.EventCallback<IgbRowDataCancelableEventArgs>

RowAddScript

Declaration
public string RowAddScript { get; set; }
Property Value
Type Description
System.String

RowAddTextTemplate

Declaration
public RenderFragment<IgbGridEmptyTemplateContext> RowAddTextTemplate { get; set; }
Property Value
Type Description
Microsoft.AspNetCore.Components.RenderFragment<IgbGridEmptyTemplateContext>

RowAddTextTemplateScript

Declaration
public string RowAddTextTemplateScript { get; set; }
Property Value
Type Description
System.String

RowClasses

Declaration
public object RowClasses { get; set; }
Property Value
Type Description
System.Object

RowClassesScript

Declaration
public string RowClassesScript { get; set; }
Property Value
Type Description
System.String

RowClick

Declaration
public EventCallback<IgbGridRowEventArgs> RowClick { get; set; }
Property Value
Type Description
Microsoft.AspNetCore.Components.EventCallback<IgbGridRowEventArgs>

RowClickScript

Declaration
public string RowClickScript { get; set; }
Property Value
Type Description
System.String

RowCollapsedIndicatorTemplate

Declaration
public RenderFragment<IgbGridRowTemplateContext> RowCollapsedIndicatorTemplate { get; set; }
Property Value
Type Description
Microsoft.AspNetCore.Components.RenderFragment<IgbGridRowTemplateContext>

RowCollapsedIndicatorTemplateScript

Declaration
public string RowCollapsedIndicatorTemplateScript { get; set; }
Property Value
Type Description
System.String

RowDelete

Declaration
public EventCallback<IgbRowDataCancelableEventArgs> RowDelete { get; set; }
Property Value
Type Description
Microsoft.AspNetCore.Components.EventCallback<IgbRowDataCancelableEventArgs>

RowDeleteScript

Declaration
public string RowDeleteScript { get; set; }
Property Value
Type Description
System.String

RowDragEnd

Declaration
public EventCallback<IgbRowDragEndEventArgs> RowDragEnd { get; set; }
Property Value
Type Description
Microsoft.AspNetCore.Components.EventCallback<IgbRowDragEndEventArgs>

RowDragEndScript

Declaration
public string RowDragEndScript { get; set; }
Property Value
Type Description
System.String

RowDraggable

Declaration
public bool RowDraggable { get; set; }
Property Value
Type Description
System.Boolean

RowDragStart

Declaration
public EventCallback<IgbRowDragStartEventArgs> RowDragStart { get; set; }
Property Value
Type Description
Microsoft.AspNetCore.Components.EventCallback<IgbRowDragStartEventArgs>

RowDragStartScript

Declaration
public string RowDragStartScript { get; set; }
Property Value
Type Description
System.String

RowEdit

Declaration
public EventCallback<IgbGridEditEventArgs> RowEdit { get; set; }
Property Value
Type Description
Microsoft.AspNetCore.Components.EventCallback<IgbGridEditEventArgs>

RowEditable

Declaration
public bool RowEditable { get; set; }
Property Value
Type Description
System.Boolean

RowEditActionsTemplate

Declaration
public RenderFragment<IgbGridRowEditActionsTemplateContext> RowEditActionsTemplate { get; set; }
Property Value
Type Description
Microsoft.AspNetCore.Components.RenderFragment<IgbGridRowEditActionsTemplateContext>

RowEditActionsTemplateScript

Declaration
public string RowEditActionsTemplateScript { get; set; }
Property Value
Type Description
System.String

RowEditDone

Declaration
public EventCallback<IgbGridEditDoneEventArgs> RowEditDone { get; set; }
Property Value
Type Description
Microsoft.AspNetCore.Components.EventCallback<IgbGridEditDoneEventArgs>

RowEditDoneScript

Declaration
public string RowEditDoneScript { get; set; }
Property Value
Type Description
System.String

RowEditEnter

Declaration
public EventCallback<IgbGridEditEventArgs> RowEditEnter { get; set; }
Property Value
Type Description
Microsoft.AspNetCore.Components.EventCallback<IgbGridEditEventArgs>

RowEditEnterScript

Declaration
public string RowEditEnterScript { get; set; }
Property Value
Type Description
System.String

RowEditExit

Declaration
public EventCallback<IgbGridEditDoneEventArgs> RowEditExit { get; set; }
Property Value
Type Description
Microsoft.AspNetCore.Components.EventCallback<IgbGridEditDoneEventArgs>

RowEditExitScript

Declaration
public string RowEditExitScript { get; set; }
Property Value
Type Description
System.String

RowEditScript

Declaration
public string RowEditScript { get; set; }
Property Value
Type Description
System.String

RowEditTextTemplate

Declaration
public RenderFragment<IgbGridRowEditTextTemplateContext> RowEditTextTemplate { get; set; }
Property Value
Type Description
Microsoft.AspNetCore.Components.RenderFragment<IgbGridRowEditTextTemplateContext>

RowEditTextTemplateScript

Declaration
public string RowEditTextTemplateScript { get; set; }
Property Value
Type Description
System.String

RowExpandedIndicatorTemplate

Declaration
public RenderFragment<IgbGridRowTemplateContext> RowExpandedIndicatorTemplate { get; set; }
Property Value
Type Description
Microsoft.AspNetCore.Components.RenderFragment<IgbGridRowTemplateContext>

RowExpandedIndicatorTemplateScript

Declaration
public string RowExpandedIndicatorTemplateScript { get; set; }
Property Value
Type Description
System.String

RowHeight

Declaration
public double RowHeight { get; set; }
Property Value
Type Description
System.Double

RowIslandParent

Declaration
protected BaseRendererElement RowIslandParent { get; set; }
Property Value
Type Description
BaseRendererElement

RowPinned

Declaration
public EventCallback<IgbPinRowEventArgs> RowPinned { get; set; }
Property Value
Type Description
Microsoft.AspNetCore.Components.EventCallback<IgbPinRowEventArgs>

RowPinnedScript

Declaration
public string RowPinnedScript { get; set; }
Property Value
Type Description
System.String

RowPinning

Declaration
public EventCallback<IgbPinRowEventArgs> RowPinning { get; set; }
Property Value
Type Description
Microsoft.AspNetCore.Components.EventCallback<IgbPinRowEventArgs>

RowPinningScript

Declaration
public string RowPinningScript { get; set; }
Property Value
Type Description
System.String

RowSelection

Declaration
public GridSelectionMode RowSelection { get; set; }
Property Value
Type Description
GridSelectionMode

RowSelectionChanging

Declaration
public EventCallback<IgbRowSelectionEventArgs> RowSelectionChanging { get; set; }
Property Value
Type Description
Microsoft.AspNetCore.Components.EventCallback<IgbRowSelectionEventArgs>

RowSelectionChangingScript

Declaration
public string RowSelectionChangingScript { get; set; }
Property Value
Type Description
System.String

RowSelectorTemplate

Declaration
public RenderFragment<IgbRowSelectorTemplateContext> RowSelectorTemplate { get; set; }
Property Value
Type Description
Microsoft.AspNetCore.Components.RenderFragment<IgbRowSelectorTemplateContext>

RowSelectorTemplateScript

Declaration
public string RowSelectorTemplateScript { get; set; }
Property Value
Type Description
System.String

RowStyles

Declaration
public object RowStyles { get; set; }
Property Value
Type Description
System.Object

RowStylesScript

Declaration
public string RowStylesScript { get; set; }
Property Value
Type Description
System.String

RowToggle

Declaration
public EventCallback<IgbRowToggleEventArgs> RowToggle { get; set; }
Property Value
Type Description
Microsoft.AspNetCore.Components.EventCallback<IgbRowToggleEventArgs>

RowToggleScript

Declaration
public string RowToggleScript { get; set; }
Property Value
Type Description
System.String

Selected

Declaration
public EventCallback<IgbGridCellEventArgs> Selected { get; set; }
Property Value
Type Description
Microsoft.AspNetCore.Components.EventCallback<IgbGridCellEventArgs>

SelectedRows

Declaration
public object[] SelectedRows { get; set; }
Property Value
Type Description
System.Object[]

SelectedRowsChange

Declaration
public EventCallback<IgbComponentArrayDataValueChangedEventArgs> SelectedRowsChange { get; set; }
Property Value
Type Description
Microsoft.AspNetCore.Components.EventCallback<IgbComponentArrayDataValueChangedEventArgs>

SelectedRowsChanged

Declaration
public EventCallback<object[]> SelectedRowsChanged { get; set; }
Property Value
Type Description
Microsoft.AspNetCore.Components.EventCallback<System.Object[]>

SelectedRowsChangeScript

Declaration
public string SelectedRowsChangeScript { get; set; }
Property Value
Type Description
System.String

SelectedScript

Declaration
public string SelectedScript { get; set; }
Property Value
Type Description
System.String

SelectRowOnClick

Declaration
public bool SelectRowOnClick { get; set; }
Property Value
Type Description
System.Boolean

ShouldGenerate

Declaration
public bool ShouldGenerate { get; set; }
Property Value
Type Description
System.Boolean

ShowExpandAll

Declaration
public bool ShowExpandAll { get; set; }
Property Value
Type Description
System.Boolean

ShowSummaryOnCollapse

Declaration
public bool ShowSummaryOnCollapse { get; set; }
Property Value
Type Description
System.Boolean

SnackbarDisplayTime

Declaration
public double SnackbarDisplayTime { get; set; }
Property Value
Type Description
System.Double

SortAscendingHeaderIconTemplate

Declaration
public RenderFragment<IgbGridHeaderTemplateContext> SortAscendingHeaderIconTemplate { get; set; }
Property Value
Type Description
Microsoft.AspNetCore.Components.RenderFragment<IgbGridHeaderTemplateContext>

SortAscendingHeaderIconTemplateScript

Declaration
public string SortAscendingHeaderIconTemplateScript { get; set; }
Property Value
Type Description
System.String

SortDescendingHeaderIconTemplate

Declaration
public RenderFragment<IgbGridHeaderTemplateContext> SortDescendingHeaderIconTemplate { get; set; }
Property Value
Type Description
Microsoft.AspNetCore.Components.RenderFragment<IgbGridHeaderTemplateContext>

SortDescendingHeaderIconTemplateScript

Declaration
public string SortDescendingHeaderIconTemplateScript { get; set; }
Property Value
Type Description
System.String

SortHeaderIconTemplate

Declaration
public RenderFragment<IgbGridHeaderTemplateContext> SortHeaderIconTemplate { get; set; }
Property Value
Type Description
Microsoft.AspNetCore.Components.RenderFragment<IgbGridHeaderTemplateContext>

SortHeaderIconTemplateScript

Declaration
public string SortHeaderIconTemplateScript { get; set; }
Property Value
Type Description
System.String

Sorting

Declaration
public EventCallback<IgbSortingEventArgs> Sorting { get; set; }
Property Value
Type Description
Microsoft.AspNetCore.Components.EventCallback<IgbSortingEventArgs>

SortingDone

Declaration
public EventCallback<IgbSortingExpressionEventArgs> SortingDone { get; set; }
Property Value
Type Description
Microsoft.AspNetCore.Components.EventCallback<IgbSortingExpressionEventArgs>

SortingDoneScript

Declaration
public string SortingDoneScript { get; set; }
Property Value
Type Description
System.String

SortingExpressions

Declaration
public IgbSortingExpression[] SortingExpressions { get; set; }
Property Value
Type Description
IgbSortingExpression[]

SortingExpressionsChange

Declaration
public EventCallback<IgbSortingExpressionEventArgs> SortingExpressionsChange { get; set; }
Property Value
Type Description
Microsoft.AspNetCore.Components.EventCallback<IgbSortingExpressionEventArgs>

SortingExpressionsChangeScript

Declaration
public string SortingExpressionsChangeScript { get; set; }
Property Value
Type Description
System.String

SortingOptions

Declaration
public IgbSortingOptions SortingOptions { get; set; }
Property Value
Type Description
IgbSortingOptions

SortingScript

Declaration
public string SortingScript { get; set; }
Property Value
Type Description
System.String

SortStrategy

Declaration
public IgbGridSortingStrategy SortStrategy { get; set; }
Property Value
Type Description
IgbGridSortingStrategy

SummaryCalculationMode

Declaration
public GridSummaryCalculationMode SummaryCalculationMode { get; set; }
Property Value
Type Description
GridSummaryCalculationMode

SummaryPosition

Declaration
public GridSummaryPosition SummaryPosition { get; set; }
Property Value
Type Description
GridSummaryPosition

SummaryRowHeight

Declaration
public double SummaryRowHeight { get; set; }
Property Value
Type Description
System.Double

Toolbar

Declaration
public IgbGridToolbarCollection Toolbar { get; protected set; }
Property Value
Type Description
IgbGridToolbarCollection

ToolbarExporting

Declaration
public EventCallback<IgbGridToolbarExportEventArgs> ToolbarExporting { get; set; }
Property Value
Type Description
Microsoft.AspNetCore.Components.EventCallback<IgbGridToolbarExportEventArgs>

ToolbarExportingScript

Declaration
public string ToolbarExportingScript { get; set; }
Property Value
Type Description
System.String

TotalRecords

Declaration
public double TotalRecords { get; set; }
Property Value
Type Description
System.Double

Type

Declaration
public override string Type { get; }
Property Value
Type Description
System.String
Overrides
BaseRendererElement.Type

ValidationStatusChange

Declaration
public EventCallback<IgbGridValidationStatusEventArgs> ValidationStatusChange { get; set; }
Property Value
Type Description
Microsoft.AspNetCore.Components.EventCallback<IgbGridValidationStatusEventArgs>

ValidationStatusChangeScript

Declaration
public string ValidationStatusChangeScript { get; set; }
Property Value
Type Description
System.String

ValidationTrigger

Declaration
public GridValidationTrigger ValidationTrigger { get; set; }
Property Value
Type Description
GridValidationTrigger

Width

Declaration
public string Width { get; set; }
Property Value
Type Description
System.String

Methods

BeginAddRowById(Object, Boolean)

Declaration
public void BeginAddRowById(object rowID, bool asChild = false)
Parameters
Type Name Description
System.Object rowID
System.Boolean asChild

BeginAddRowByIdAsync(Object, Boolean)

Declaration
public Task BeginAddRowByIdAsync(object rowID, bool asChild = false)
Parameters
Type Name Description
System.Object rowID
System.Boolean asChild
Returns
Type Description
System.Threading.Tasks.Task

ClearCellSelection()

Declaration
public void ClearCellSelection()

ClearCellSelectionAsync()

Declaration
public Task ClearCellSelectionAsync()
Returns
Type Description
System.Threading.Tasks.Task

ClearFilter(String)

Declaration
public void ClearFilter(string name = null)
Parameters
Type Name Description
System.String name

ClearFilterAsync(String)

Declaration
public Task ClearFilterAsync(string name = null)
Parameters
Type Name Description
System.String name
Returns
Type Description
System.Threading.Tasks.Task

ClearSearch()

Declaration
public void ClearSearch()

ClearSearchAsync()

Declaration
public Task ClearSearchAsync()
Returns
Type Description
System.Threading.Tasks.Task

ClearSort(String)

Declaration
public void ClearSort(string name = null)
Parameters
Type Name Description
System.String name

ClearSortAsync(String)

Declaration
public Task ClearSortAsync(string name = null)
Parameters
Type Name Description
System.String name
Returns
Type Description
System.Threading.Tasks.Task

CloseAdvancedFilteringDialog(Boolean)

Declaration
public void CloseAdvancedFilteringDialog(bool applyChanges)
Parameters
Type Name Description
System.Boolean applyChanges

CloseAdvancedFilteringDialogAsync(Boolean)

Declaration
public Task CloseAdvancedFilteringDialogAsync(bool applyChanges)
Parameters
Type Name Description
System.Boolean applyChanges
Returns
Type Description
System.Threading.Tasks.Task

CollapseAll()

Declaration
public void CollapseAll()

CollapseAllAsync()

Declaration
public Task CollapseAllAsync()
Returns
Type Description
System.Threading.Tasks.Task

CollapseRow(Object)

Declaration
public void CollapseRow(object rowID)
Parameters
Type Name Description
System.Object rowID

CollapseRowAsync(Object)

Declaration
public Task CollapseRowAsync(object rowID)
Parameters
Type Name Description
System.Object rowID
Returns
Type Description
System.Threading.Tasks.Task

DeselectAllColumns()

Declaration
public void DeselectAllColumns()

DeselectAllColumnsAsync()

Declaration
public Task DeselectAllColumnsAsync()
Returns
Type Description
System.Threading.Tasks.Task

DeselectAllRows(Boolean)

Declaration
public void DeselectAllRows(bool onlyFilterData = false)
Parameters
Type Name Description
System.Boolean onlyFilterData

DeselectAllRowsAsync(Boolean)

Declaration
public Task DeselectAllRowsAsync(bool onlyFilterData = false)
Parameters
Type Name Description
System.Boolean onlyFilterData
Returns
Type Description
System.Threading.Tasks.Task

DeselectColumns(String[])

Declaration
public void DeselectColumns(string[] columns)
Parameters
Type Name Description
System.String[] columns

DeselectColumnsAsync(String[])

Declaration
public Task DeselectColumnsAsync(string[] columns)
Parameters
Type Name Description
System.String[] columns
Returns
Type Description
System.Threading.Tasks.Task

DeselectRows(Object[])

Declaration
public void DeselectRows(object[] rowIDs)
Parameters
Type Name Description
System.Object[] rowIDs

DeselectRowsAsync(Object[])

Declaration
public Task DeselectRowsAsync(object[] rowIDs)
Parameters
Type Name Description
System.Object[] rowIDs
Returns
Type Description
System.Threading.Tasks.Task

DisableSummaries(Object[])

Declaration
public void DisableSummaries(object[] rest)
Parameters
Type Name Description
System.Object[] rest

DisableSummariesAsync(Object[])

Declaration
public Task DisableSummariesAsync(object[] rest)
Parameters
Type Name Description
System.Object[] rest
Returns
Type Description
System.Threading.Tasks.Task

Dispose()

Declaration
public void Dispose()

EnableSummaries(Object[])

Declaration
public void EnableSummaries(object[] rest)
Parameters
Type Name Description
System.Object[] rest

EnableSummariesAsync(Object[])

Declaration
public Task EnableSummariesAsync(object[] rest)
Parameters
Type Name Description
System.Object[] rest
Returns
Type Description
System.Threading.Tasks.Task

EnsureModulesLoaded()

Declaration
protected override void EnsureModulesLoaded()
Overrides
BaseRendererElement.EnsureModulesLoaded()

ExpandAll()

Declaration
public void ExpandAll()

ExpandAllAsync()

Declaration
public Task ExpandAllAsync()
Returns
Type Description
System.Threading.Tasks.Task

ExpandRow(Object)

Declaration
public void ExpandRow(object rowID)
Parameters
Type Name Description
System.Object rowID

ExpandRowAsync(Object)

Declaration
public Task ExpandRowAsync(object rowID)
Parameters
Type Name Description
System.Object rowID
Returns
Type Description
System.Threading.Tasks.Task

Filter(String, Object, IgbFilteringExpressionsTreeOrFilteringOperation, Boolean)

Declaration
public void Filter(string name, object value, IgbFilteringExpressionsTreeOrFilteringOperation conditionOrExpressionTree, bool ignoreCase = false)
Parameters
Type Name Description
System.String name
System.Object value
IgbFilteringExpressionsTreeOrFilteringOperation conditionOrExpressionTree
System.Boolean ignoreCase

FilterAsync(String, Object, IgbFilteringExpressionsTreeOrFilteringOperation, Boolean)

Declaration
public Task FilterAsync(string name, object value, IgbFilteringExpressionsTreeOrFilteringOperation conditionOrExpressionTree, bool ignoreCase = false)
Parameters
Type Name Description
System.String name
System.Object value
IgbFilteringExpressionsTreeOrFilteringOperation conditionOrExpressionTree
System.Boolean ignoreCase
Returns
Type Description
System.Threading.Tasks.Task

FilterGlobal(Object, Object, Object)

Declaration
public void FilterGlobal(object value, object condition, object ignoreCase)
Parameters
Type Name Description
System.Object value
System.Object condition
System.Object ignoreCase

FilterGlobalAsync(Object, Object, Object)

Declaration
public Task FilterGlobalAsync(object value, object condition, object ignoreCase)
Parameters
Type Name Description
System.Object value
System.Object condition
System.Object ignoreCase
Returns
Type Description
System.Threading.Tasks.Task

FindByName(String)

Declaration
public override object FindByName(string name)
Parameters
Type Name Description
System.String name
Returns
Type Description
System.Object
Overrides
BaseRendererElement.FindByName(String)

FindNext(String, Boolean, Boolean)

Declaration
public double FindNext(string text, bool caseSensitive = false, bool exactMatch = false)
Parameters
Type Name Description
System.String text
System.Boolean caseSensitive
System.Boolean exactMatch
Returns
Type Description
System.Double

FindNextAsync(String, Boolean, Boolean)

Declaration
public Task<double> FindNextAsync(string text, bool caseSensitive = false, bool exactMatch = false)
Parameters
Type Name Description
System.String text
System.Boolean caseSensitive
System.Boolean exactMatch
Returns
Type Description
System.Threading.Tasks.Task<System.Double>

FindPrev(String, Boolean, Boolean)

Declaration
public double FindPrev(string text, bool caseSensitive = false, bool exactMatch = false)
Parameters
Type Name Description
System.String text
System.Boolean caseSensitive
System.Boolean exactMatch
Returns
Type Description
System.Double

FindPrevAsync(String, Boolean, Boolean)

Declaration
public Task<double> FindPrevAsync(string text, bool caseSensitive = false, bool exactMatch = false)
Parameters
Type Name Description
System.String text
System.Boolean caseSensitive
System.Boolean exactMatch
Returns
Type Description
System.Threading.Tasks.Task<System.Double>

GetColumnByName(String)

Declaration
public IgbColumn GetColumnByName(string name)
Parameters
Type Name Description
System.String name
Returns
Type Description
IgbColumn

GetColumnByNameAsync(String)

Declaration
public Task<IgbColumn> GetColumnByNameAsync(string name)
Parameters
Type Name Description
System.String name
Returns
Type Description
System.Threading.Tasks.Task<IgbColumn>

GetColumnByVisibleIndex(Double)

Declaration
public IgbColumn GetColumnByVisibleIndex(double index)
Parameters
Type Name Description
System.Double index
Returns
Type Description
IgbColumn

GetColumnByVisibleIndexAsync(Double)

Declaration
public Task<IgbColumn> GetColumnByVisibleIndexAsync(double index)
Parameters
Type Name Description
System.Double index
Returns
Type Description
System.Threading.Tasks.Task<IgbColumn>

GetColumns()

Declaration
public IgbColumn[] GetColumns()
Returns
Type Description
IgbColumn[]

GetColumnsAsync()

Declaration
public Task<IgbColumn[]> GetColumnsAsync()
Returns
Type Description
System.Threading.Tasks.Task<IgbColumn[]>

GetCurrentSelectedRows()

Declaration
public object[] GetCurrentSelectedRows()
Returns
Type Description
System.Object[]

GetCurrentSelectedRowsAsync()

Declaration
public Task<object[]> GetCurrentSelectedRowsAsync()
Returns
Type Description
System.Threading.Tasks.Task<System.Object[]>

GetDefaultHeaderGroupMinWidth()

Declaration
public double GetDefaultHeaderGroupMinWidth()
Returns
Type Description
System.Double

GetDefaultHeaderGroupMinWidthAsync()

Declaration
public Task<double> GetDefaultHeaderGroupMinWidthAsync()
Returns
Type Description
System.Threading.Tasks.Task<System.Double>

GetDefaultRowHeight()

Declaration
public double GetDefaultRowHeight()
Returns
Type Description
System.Double

GetDefaultRowHeightAsync()

Declaration
public Task<double> GetDefaultRowHeightAsync()
Returns
Type Description
System.Threading.Tasks.Task<System.Double>

GetHeaderGroupWidth(IgbColumn)

Declaration
public string GetHeaderGroupWidth(IgbColumn column)
Parameters
Type Name Description
IgbColumn column
Returns
Type Description
System.String

GetHeaderGroupWidthAsync(IgbColumn)

Declaration
public Task<string> GetHeaderGroupWidthAsync(IgbColumn column)
Parameters
Type Name Description
IgbColumn column
Returns
Type Description
System.Threading.Tasks.Task<System.String>

GetNextCell(Double, Double, Object)

Declaration
public IgbCellPosition GetNextCell(double currRowIndex, double curVisibleColIndex, object callback)
Parameters
Type Name Description
System.Double currRowIndex
System.Double curVisibleColIndex
System.Object callback
Returns
Type Description
IgbCellPosition

GetNextCellAsync(Double, Double, Object)

Declaration
public Task<IgbCellPosition> GetNextCellAsync(double currRowIndex, double curVisibleColIndex, object callback)
Parameters
Type Name Description
System.Double currRowIndex
System.Double curVisibleColIndex
System.Object callback
Returns
Type Description
System.Threading.Tasks.Task<IgbCellPosition>

GetPinnedWidth(Boolean)

Declaration
public void GetPinnedWidth(bool takeHidden = false)
Parameters
Type Name Description
System.Boolean takeHidden

GetPinnedWidthAsync(Boolean)

Declaration
public Task GetPinnedWidthAsync(bool takeHidden = false)
Parameters
Type Name Description
System.Boolean takeHidden
Returns
Type Description
System.Threading.Tasks.Task

GetPreviousCell(Double, Double, Object)

Declaration
public IgbCellPosition GetPreviousCell(double currRowIndex, double curVisibleColIndex, object callback)
Parameters
Type Name Description
System.Double currRowIndex
System.Double curVisibleColIndex
System.Object callback
Returns
Type Description
IgbCellPosition

GetPreviousCellAsync(Double, Double, Object)

Declaration
public Task<IgbCellPosition> GetPreviousCellAsync(double currRowIndex, double curVisibleColIndex, object callback)
Parameters
Type Name Description
System.Double currRowIndex
System.Double curVisibleColIndex
System.Object callback
Returns
Type Description
System.Threading.Tasks.Task<IgbCellPosition>

GetRowData(Object)

Declaration
public object GetRowData(object rowSelector)
Parameters
Type Name Description
System.Object rowSelector
Returns
Type Description
System.Object

GetRowDataAsync(Object)

Declaration
public Task<object> GetRowDataAsync(object rowSelector)
Parameters
Type Name Description
System.Object rowSelector
Returns
Type Description
System.Threading.Tasks.Task<System.Object>

GetSelectedColumnsData(Boolean, Boolean)

Declaration
public void GetSelectedColumnsData(bool formatters = false, bool headers = false)
Parameters
Type Name Description
System.Boolean formatters
System.Boolean headers

GetSelectedColumnsDataAsync(Boolean, Boolean)

Declaration
public Task GetSelectedColumnsDataAsync(bool formatters = false, bool headers = false)
Parameters
Type Name Description
System.Boolean formatters
System.Boolean headers
Returns
Type Description
System.Threading.Tasks.Task

GetSelectedData(Boolean, Boolean)

Declaration
public void GetSelectedData(bool formatters = false, bool headers = false)
Parameters
Type Name Description
System.Boolean formatters
System.Boolean headers

GetSelectedDataAsync(Boolean, Boolean)

Declaration
public Task GetSelectedDataAsync(bool formatters = false, bool headers = false)
Parameters
Type Name Description
System.Boolean formatters
System.Boolean headers
Returns
Type Description
System.Threading.Tasks.Task

GetSelectedRanges()

Declaration
public IgbGridSelectionRange[] GetSelectedRanges()
Returns
Type Description
IgbGridSelectionRange[]

GetSelectedRangesAsync()

Declaration
public Task<IgbGridSelectionRange[]> GetSelectedRangesAsync()
Returns
Type Description
System.Threading.Tasks.Task<IgbGridSelectionRange[]>

IsRecordPinnedByIndex(Double)

Declaration
public void IsRecordPinnedByIndex(double rowIndex)
Parameters
Type Name Description
System.Double rowIndex

IsRecordPinnedByIndexAsync(Double)

Declaration
public Task IsRecordPinnedByIndexAsync(double rowIndex)
Parameters
Type Name Description
System.Double rowIndex
Returns
Type Description
System.Threading.Tasks.Task

MarkForCheck()

Declaration
public void MarkForCheck()

MarkForCheckAsync()

Declaration
public Task MarkForCheckAsync()
Returns
Type Description
System.Threading.Tasks.Task

MoveColumn(IgbColumn, IgbColumn, DropPosition)

Declaration
public void MoveColumn(IgbColumn column, IgbColumn target, DropPosition pos)
Parameters
Type Name Description
IgbColumn column
IgbColumn target
DropPosition pos

MoveColumnAsync(IgbColumn, IgbColumn, DropPosition)

Declaration
public Task MoveColumnAsync(IgbColumn column, IgbColumn target, DropPosition pos)
Parameters
Type Name Description
IgbColumn column
IgbColumn target
DropPosition pos
Returns
Type Description
System.Threading.Tasks.Task

NavigateTo(Double, Double, Object)

Declaration
public void NavigateTo(double rowIndex, double visibleColIndex, object cb)
Parameters
Type Name Description
System.Double rowIndex
System.Double visibleColIndex
System.Object cb

NavigateToAsync(Double, Double, Object)

Declaration
public Task NavigateToAsync(double rowIndex, double visibleColIndex, object cb)
Parameters
Type Name Description
System.Double rowIndex
System.Double visibleColIndex
System.Object cb
Returns
Type Description
System.Threading.Tasks.Task

OnInitializedAsync()

Declaration
protected override Task OnInitializedAsync()
Returns
Type Description
System.Threading.Tasks.Task

OpenAdvancedFilteringDialog(IgbOverlaySettings)

Declaration
public void OpenAdvancedFilteringDialog(IgbOverlaySettings overlaySettings)
Parameters
Type Name Description
IgbOverlaySettings overlaySettings

OpenAdvancedFilteringDialogAsync(IgbOverlaySettings)

Declaration
public Task OpenAdvancedFilteringDialogAsync(IgbOverlaySettings overlaySettings)
Parameters
Type Name Description
IgbOverlaySettings overlaySettings
Returns
Type Description
System.Threading.Tasks.Task

PinColumn(String, Double)

Declaration
public bool PinColumn(string columnName, double index = -1)
Parameters
Type Name Description
System.String columnName
System.Double index
Returns
Type Description
System.Boolean

PinColumnAsync(String, Double)

Declaration
public Task<bool> PinColumnAsync(string columnName, double index = -1)
Parameters
Type Name Description
System.String columnName
System.Double index
Returns
Type Description
System.Threading.Tasks.Task<System.Boolean>

RecalculateAutoSizes()

Declaration
public void RecalculateAutoSizes()

RecalculateAutoSizesAsync()

Declaration
public Task RecalculateAutoSizesAsync()
Returns
Type Description
System.Threading.Tasks.Task

RefreshSearch(Boolean, Boolean)

Declaration
public double RefreshSearch(bool updateActiveInfo = false, bool endEdit = false)
Parameters
Type Name Description
System.Boolean updateActiveInfo
System.Boolean endEdit
Returns
Type Description
System.Double

RefreshSearchAsync(Boolean, Boolean)

Declaration
public Task<double> RefreshSearchAsync(bool updateActiveInfo = false, bool endEdit = false)
Parameters
Type Name Description
System.Boolean updateActiveInfo
System.Boolean endEdit
Returns
Type Description
System.Threading.Tasks.Task<System.Double>

SelectAllColumns()

Declaration
public void SelectAllColumns()

SelectAllColumnsAsync()

Declaration
public Task SelectAllColumnsAsync()
Returns
Type Description
System.Threading.Tasks.Task

SelectAllRows(Boolean)

Declaration
public void SelectAllRows(bool onlyFilterData = false)
Parameters
Type Name Description
System.Boolean onlyFilterData

SelectAllRowsAsync(Boolean)

Declaration
public Task SelectAllRowsAsync(bool onlyFilterData = false)
Parameters
Type Name Description
System.Boolean onlyFilterData
Returns
Type Description
System.Threading.Tasks.Task

SelectColumns(String[], Boolean)

Declaration
public void SelectColumns(string[] columns, bool clearCurrentSelection = false)
Parameters
Type Name Description
System.String[] columns
System.Boolean clearCurrentSelection

SelectColumnsAsync(String[], Boolean)

Declaration
public Task SelectColumnsAsync(string[] columns, bool clearCurrentSelection = false)
Parameters
Type Name Description
System.String[] columns
System.Boolean clearCurrentSelection
Returns
Type Description
System.Threading.Tasks.Task

SelectedColumns()

Declaration
public IgbColumn[] SelectedColumns()
Returns
Type Description
IgbColumn[]

SelectedColumnsAsync()

Declaration
public Task<IgbColumn[]> SelectedColumnsAsync()
Returns
Type Description
System.Threading.Tasks.Task<IgbColumn[]>

SelectRange(IgbGridSelectionRange[])

Declaration
public void SelectRange(IgbGridSelectionRange[] arg)
Parameters
Type Name Description
IgbGridSelectionRange[] arg

SelectRangeAsync(IgbGridSelectionRange[])

Declaration
public Task SelectRangeAsync(IgbGridSelectionRange[] arg)
Parameters
Type Name Description
IgbGridSelectionRange[] arg
Returns
Type Description
System.Threading.Tasks.Task

SelectRows(Object[], Boolean)

Declaration
public void SelectRows(object[] rowIDs, bool clearCurrentSelection = false)
Parameters
Type Name Description
System.Object[] rowIDs
System.Boolean clearCurrentSelection

SelectRowsAsync(Object[], Boolean)

Declaration
public Task SelectRowsAsync(object[] rowIDs, bool clearCurrentSelection = false)
Parameters
Type Name Description
System.Object[] rowIDs
System.Boolean clearCurrentSelection
Returns
Type Description
System.Threading.Tasks.Task

SetNativeElement(Object)

Declaration
public void SetNativeElement(object element)
Parameters
Type Name Description
System.Object element

SetNativeElementAsync(Object)

Declaration
public Task SetNativeElementAsync(object element)
Parameters
Type Name Description
System.Object element
Returns
Type Description
System.Threading.Tasks.Task

Sort(IgbSortingExpression[])

Declaration
public void Sort(IgbSortingExpression[] expression)
Parameters
Type Name Description
IgbSortingExpression[] expression

SortAsync(IgbSortingExpression[])

Declaration
public Task SortAsync(IgbSortingExpression[] expression)
Parameters
Type Name Description
IgbSortingExpression[] expression
Returns
Type Description
System.Threading.Tasks.Task

ToggleColumnVisibility(IgbColumnVisibilityChangedEventArgs)

Declaration
public void ToggleColumnVisibility(IgbColumnVisibilityChangedEventArgs args)
Parameters
Type Name Description
IgbColumnVisibilityChangedEventArgs args

ToggleColumnVisibilityAsync(IgbColumnVisibilityChangedEventArgs)

Declaration
public Task ToggleColumnVisibilityAsync(IgbColumnVisibilityChangedEventArgs args)
Parameters
Type Name Description
IgbColumnVisibilityChangedEventArgs args
Returns
Type Description
System.Threading.Tasks.Task

ToggleRow(Object)

Declaration
public void ToggleRow(object rowID)
Parameters
Type Name Description
System.Object rowID

ToggleRowAsync(Object)

Declaration
public Task ToggleRowAsync(object rowID)
Parameters
Type Name Description
System.Object rowID
Returns
Type Description
System.Threading.Tasks.Task

UnpinColumn(String, Double)

Declaration
public bool UnpinColumn(string columnName, double index = -1)
Parameters
Type Name Description
System.String columnName
System.Double index
Returns
Type Description
System.Boolean

UnpinColumnAsync(String, Double)

Declaration
public Task<bool> UnpinColumnAsync(string columnName, double index = -1)
Parameters
Type Name Description
System.String columnName
System.Double index
Returns
Type Description
System.Threading.Tasks.Task<System.Boolean>

Implements

JsonSerializable
System.IDisposable