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.v23.2.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.

Remarks

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

See Also