Refresh Data Grid When Using Caching Example and Server Side Processing

Refresh Data Grid When Using Caching Example and Server Side Processing

silentlynxsilentlynx Posts: 4Questions: 1Answers: 0

Hi Allan,

Quick question. What is the default behavior of refreshing the data grid when using the pipeline cache feature example you gave for server side processing? I implemented the cache function you provided caching 5 pages of data at a time, but noticed that when i call tablename.ajax.reload() to refresh if I am still within the first 5 pages of data, it does not make a call to the server to check for new data. However, the refresh works if I move to the second, third, fourth ... cached set, and then hit my refresh button.

This discussion has been closed.