w2grid.load

Loads records from specified url.
load(url, [callBack])
url string, url to pull records from
callBack function, call back function
Returns undefined.

Description

This method will load records from server without changing data source to remote. If you set .url property you data source would be remote and all reloads, sort, and search actions will be submitted to the server. This function does one time server load and will not remember the url.
If you have grid defined in the following way: You can go to second page:

User Comments

comments powered by Disqus