Skip to main content
All docs
V25.2
  • IGrid.MakeCellVisibleAsync(Object, String) Method

    Navigates to the cell bound to the specified data item’s field.

    Namespace: DevExpress.Blazor

    Assembly: DevExpress.Blazor.v25.2.dll

    Declaration

    Task MakeCellVisibleAsync(
        object dataItem,
        string fieldName
    )

    Parameters

    Name Type Description
    dataItem Object

    A data item.

    fieldName String

    A data source field name.

    Returns

    Type Description
    Task

    The task that is completed when the cell becomes visible.

    Remarks

    Refer to the MakeCellVisibleAsync(Object, String) method description for more information and an example.

    See Also