Skip to main content

IGrid.WaitForInstantFeedbackRowLoadAsync(Int32) Method

OBSOLETE

This method is obsolete now. Call the WaitForRemoteSourceRowLoadAsync method instead.

Returns a task that is completed when the specified row of an asynchronous Instant Feedback Data Source is loaded.

Namespace: DevExpress.Blazor

Assembly: DevExpress.Blazor.v24.1.dll

NuGet Package: DevExpress.Blazor

Declaration

[Obsolete("This method is obsolete now. Call the WaitForRemoteSourceRowLoadAsync method instead.")]
Task WaitForInstantFeedbackRowLoadAsync(
    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.

See Also