Hi,
I know it is possible to setup client side caching declaratively with the RadGrid using the ClientSettings.DataBinding.EnableCaching setting.
However, is it possible to do this with programmatic client side binding?
I am using set_dataSource() and dataBind() methods in Javascript to do the client side binding and I would like to also use caching to implement sorting purely on the client side without any server side callbacks.
Is this possible?
Many thanks,
Charles Gamble.
I know it is possible to setup client side caching declaratively with the RadGrid using the ClientSettings.DataBinding.EnableCaching setting.
However, is it possible to do this with programmatic client side binding?
I am using set_dataSource() and dataBind() methods in Javascript to do the client side binding and I would like to also use caching to implement sorting purely on the client side without any server side callbacks.
Is this possible?
Many thanks,
Charles Gamble.