w2grid.reload

Reloads records from remote data source.
reload([callBack])
callBack function, optional, call back function
Returns undefined.

Description

If your data source is remote (the .url property is defined), you can reload records in your grid by calling the .reload() method. This method is also called when user clicks the reload button on the toolbar. If your data source is local, calling .reload() will be the same as calling .refresh()
If you have grid defined in the following way: You can reload records:

User Comments

comments powered by Disqus