Gets or sets a boolean value that indicates whether data should be retrieved immediately from a data source when the page loads and when either the provider is changed or the fetch operation is changed.
Note: |
|---|
To get property values for client API properties, you must call the property accessor method that is named with the get_ prefix. For example, to get a value for a property such as cancel, you call the get_cancel method. |
|
|---|
var a = MyDataView.get_autoFetch();
MyDataView.set_autoFetch(value) |
Parameters
Return Value
true if the data should be retrieved immediately from a data source when the page loads, otherwise false.
Remarks
See Also
Other Resources
Language Reference