Skip to main content
All docs
V25.1
  • IGrid.WaitForRemoteSourceRowLoadAsync(Int32) Method

    Returns a task that is completed when the specified row of an asynchronous remote data source is loaded.

    Namespace: DevExpress.Blazor

    Assembly: DevExpress.Blazor.v25.1.dll

    NuGet Package: DevExpress.Blazor

    Declaration

    Task WaitForRemoteSourceRowLoadAsync(
        int visibleIndex
    )

    Parameters

    Name Type Description
    visibleIndex Int32

    The row’s visible index.

    Returns

    Type Description
    Task

    The task that is completed when the row is loaded.

    Remarks

    Refer to the WaitForRemoteSourceRowLoadAsync(Int32) method description for more information and an example.

    See Also