Sys.UI.DataView.onFetchFailed Method
Called when the DataView control is unable to fetch data.
MyDataViewControl.onFetchFailed(args);
Arguments
- args
A DataContextRequestEventArgs object.
Return Value
None.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Called when the DataView control is unable to fetch data.
MyDataViewControl.onFetchFailed(args);
None.