Categories | Question details Back To List | ||
enable buffering I am currently using the 1.5 version of the grid and I'm trying to upgrade to version 1.6 but I noticed that you don't have the enableBuffering(bufferSize) function included in the 1.6 js file. What is the equivalent version in 1.6? Thanks. Answer posted by Support on Jul 22, 2008 02:34 enableBuffering was used in two cases a) dynamical paging Dynamical paging heavily changed, now it uses non-linear buffering, so the bufferSize parameter has not sense anymore ( dyn. buffering uses the same server side code as in case of dyn. smart rendering mode ) b) auto-loading mode This mode depricated in favor of smart-rendering , which allow to achieve the similar effect, in more flexible way. |