Load Data Once

If you define the url property, then each type a new page is opened it will submit a request to the server for the new portion of the data. However, if you use the load() method, it will load data from the URL, but only once. The grid will think it has local data source and will not send any more server side requests.