IsAsync: Boolean;
The IsAsync method determines whether data source is asynchronous.
Use JSON or the setIsAsync method to set the property value and the getIsAsync method to get the property value.
Available Values:
true. Table data source is asynchronous.
false. Table data source is synchronous (default).
The example of use is given on the Example of Creating an Asynchronous Data Table page.
See also: