This example demonstrates how to cache data on the client to avoid unnecessary callbacks. In this example, data for two columns - "title_id" and "title" - is passed to the client and cached. Thus you can access this data later without invoking a callback.
See Also:
How to: Access Server Data on the Client Side
↧
ASPxGridView - How to cache data on the client side
↧