Inheritance

Implements
  • IComponent
  • IHandleEvent
  • IHandleAfterRender
  • JsonSerializable

constructor

public IgbGridRow()

Returns IgbGridRow

Inherited from: IgbRowDirective

The data passed to the row component.

[Parameter]
public object Data { get; set; }

Inherited from: IgbRowDirective

The index of the row.

[Parameter]
public double Index { get; set; }

Inherited from: IgbRowDirective

Sets whether this specific row has disabled functionality for editing and row selection. Default value is false.

[Parameter]
public bool Disabled { get; set; }

Inherited from: IgbRowDirective

Sets whether the row is pinned. Default value is false.

[Parameter]
public bool Pinned { get; set; }

Inherited from: IgbRowDirective

Gets the expanded state of the row.

[Parameter]
public bool Expanded { get; set; }

Inherited from: BaseRendererElement

[Inject]
protected IIgniteUIBlazor IgBlazor { get; set; }

Inherited from: BaseRendererElement

public bool IsComponentRooted { get; }

Inherited from: BaseRendererElement

protected virtual string ParentTypeName { get; }

Inherited from: BaseRendererElement

protected virtual bool UseDirectRender { get; }

Inherited from: BaseRendererElement

[Parameter]
public RenderFragment ChildContent { get; set; }

Inherited from: BaseRendererElement

protected virtual bool SupportsVisualChildren { get; }

Inherited from: BaseRendererElement

[Parameter]
public string Name { get; set; }

Inherited from: BaseRendererElement

public object Parent { get; }

Inherited from: BaseRendererElement

protected virtual string MethodTarget { get; }

Inherited from: BaseRendererElement

protected object CurrParent { get; }
public override string Type { get; }

Inherited from: BaseRendererElement

protected string _name

Inherited from: BaseRendererElement

protected Dictionary<Type, Dictionary<string, FieldInfo>> eventCallbacksCache

Inherited from: BaseRendererElement

protected string _cachedSerializedContent

Inherited from: IgbRowDirective

public Task SetNativeElementAsync(object element)

Parameters

  • element: object

Returns any

Inherited from: IgbRowDirective

public void SetNativeElement(object element)

Parameters

  • element: object

Returns any

Inherited from: IgbRowDirective

Updates the specified row object and the data source record with the passed value.

public Task UpdateAsync(object value)

Parameters

  • value: object

Returns any

Inherited from: IgbRowDirective

public void Update(object value)

Parameters

  • value: object

Returns any

Inherited from: IgbRowDirective

Removes the specified row from the grid's data source. This method emits rowDeleted event.

public Task DelAsync()

Returns any

Inherited from: IgbRowDirective

public void Del()

Returns any

Inherited from: IgbRowDirective

public Task IsCellActiveAsync(object visibleColumnIndex)

Parameters

  • visibleColumnIndex: object

Returns any

Inherited from: IgbRowDirective

public void IsCellActive(object visibleColumnIndex)

Parameters

  • visibleColumnIndex: object

Returns any

Inherited from: IgbRowDirective

Pins the specified row. This method emits rowPinningrowPinned event.

public Task PinAsync()

Returns any

Inherited from: IgbRowDirective

public void Pin()

Returns any

Inherited from: IgbRowDirective

Unpins the specified row. This method emits rowPinningrowPinned event.

public Task UnpinAsync()

Returns any

Inherited from: IgbRowDirective

public void Unpin()

Returns any

Inherited from: IgbRowDirective

Spawns the add row UI for the specific row.

public Task BeginAddRowAsync()

Returns any

Inherited from: IgbRowDirective

public void BeginAddRow()

Returns any

Inherited from: BaseRendererElement

protected virtual void EnsureModulesLoaded()

Returns any

Inherited from: BaseRendererElement

protected override void BuildRenderTree(RenderTreeBuilder builder)

Parameters

  • builder: RenderTreeBuilder

Returns any

OnElementNameChanged(BaseRendererElement, string, string)

Section titled "OnElementNameChanged(BaseRendererElement, string, string)"

Inherited from: BaseRendererElement

protected void OnElementNameChanged(BaseRendererElement element, string oldName, string newName)

Parameters

  • element: BaseRendererElement
  • oldName: string
  • newName: string

Returns any

InvokeMethod(string, object[], string[], ElementReference[])

Section titled "InvokeMethod(string, object[], string[], ElementReference[])"

Inherited from: BaseRendererElement

protected Task<object> InvokeMethod(string methodName, object[] arguments, string[] types, ElementReference[] nativeElements = null)

Parameters

  • methodName: string
  • arguments: object[]
  • types: string[]
  • nativeElements: ElementReference[]

Returns any

InvokeMethodSync(string, object[], string[], ElementReference[])

Section titled "InvokeMethodSync(string, object[], string[], ElementReference[])"

Inherited from: BaseRendererElement

protected object InvokeMethodSync(string methodName, object[] arguments, string[] types, ElementReference[] nativeElements = null)

Parameters

  • methodName: string
  • arguments: object[]
  • types: string[]
  • nativeElements: ElementReference[]

Returns any

InvokeMethodHelper(string, string, object[], string[], ElementReference[])

Section titled "InvokeMethodHelper(string, string, object[], string[], ElementReference[])"

Inherited from: BaseRendererElement

protected Task<object> InvokeMethodHelper(string target, string methodName, object[] arguments, string[] types, ElementReference[] nativeElements)

Parameters

  • target: string
  • methodName: string
  • arguments: object[]
  • types: string[]
  • nativeElements: ElementReference[]

Returns any

InvokeMethodHelperSync(string, string, object[], string[], ElementReference[])

Section titled "InvokeMethodHelperSync(string, string, object[], string[], ElementReference[])"

Inherited from: BaseRendererElement

protected object InvokeMethodHelperSync(string target, string methodName, object[] arguments, string[] types, ElementReference[] nativeElements)

Parameters

  • target: string
  • methodName: string
  • arguments: object[]
  • types: string[]
  • nativeElements: ElementReference[]

Returns any

Inherited from: BaseRendererElement

protected bool IsPropDirty(string propertyName)

Parameters

  • propertyName: string

Returns any

Serialize(SerializationContext, string)

Section titled "Serialize(SerializationContext, string)"

Inherited from: BaseRendererElement

public void Serialize(SerializationContext context, string propertyName = null)

Parameters

  • context: SerializationContext
  • propertyName: string

Returns any

Inherited from: BaseRendererElement

public string Serialize()

Returns any

Inherited from: BaseRendererElement

protected void EnsureValid()

Returns any

FromEventJson(BaseRendererControl, Dictionary<string, object>)

Section titled "FromEventJson(BaseRendererControl, Dictionary<string, object>)"

Inherited from: BaseRendererElement

protected virtual void FromEventJson(BaseRendererControl control, Dictionary<string, object> args)

Parameters

  • control: BaseRendererControl
  • args: Dictionary

Returns any

ToEventJson(BaseRendererControl, Dictionary<string, object>)

Section titled "ToEventJson(BaseRendererControl, Dictionary<string, object>)"

Inherited from: BaseRendererElement

protected virtual void ToEventJson(BaseRendererControl control, Dictionary<string, object> args)

Parameters

  • control: BaseRendererControl
  • args: Dictionary

Returns any

SetResourceStringAsync(string, string, string)

Section titled "SetResourceStringAsync(string, string, string)"

Inherited from: BaseRendererElement

protected Task<object> SetResourceStringAsync(string grouping, string id, string value)

Parameters

  • grouping: string
  • id: string
  • value: string

Returns any

SetResourceStringAsync(string, string)

Section titled "SetResourceStringAsync(string, string)"

Inherited from: BaseRendererElement

protected Task<object> SetResourceStringAsync(string grouping, string json)

Parameters

  • grouping: string
  • json: string

Returns any

public override object FindByName(string name)

Parameters

  • name: string

Returns any

public void GetContext(object col, object row)

Parameters

  • col: object
  • row: object

Returns any

public Task GetContextAsync(object col, object row)

Parameters

  • col: object
  • row: object

Returns any

public void GetContextMRL(object pinnedCols, object row)

Parameters

  • pinnedCols: object
  • row: object

Returns any

public Task GetContextMRLAsync(object pinnedCols, object row)

Parameters

  • pinnedCols: object
  • row: object

Returns any