Version

IsAsyncDataPending Property

Returns true if the control is using an asynchronous data source and any of the currently visible records are awaiting data as the result of an asynchronous data fetch.
Syntax
'Declaration
 
Public ReadOnly Property IsAsyncDataPending As Boolean
public bool IsAsyncDataPending {get;}
Remarks
NOTE: This property only reflects the data fetching status of currently visible records. The property will return false even when there are records which are currently 'out of view' and awaiting data as long as all 'currently in view' records are not awaiting data.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also