Hi,
I am trying to get client-side caching so that my grid doesn't have to contact the server when paging number is clicked..
On the example, what is the Location property? Do I have to have a webservice to be able to use client-side caching?
Thanks..
I am trying to get client-side caching so that my grid doesn't have to contact the server when paging number is clicked..
On the example, what is the Location property? Do I have to have a webservice to be able to use client-side caching?
| <ClientSettings> |
| <DataBinding Location="~/Grid/Examples/Client/DeclarativeDataBinding/WebService.asmx" |
| SelectMethod="GetDataAndCount" EnableCaching="true" /> |
| </ClientSettings> |
Thanks..