Hello,
I have a very complex grid that takes a few seconds to load. It's tied to a local data source, and when I refresh the grid, it's taking more than 3x as long as the initial grid load takes.
One thing I've noticed is that when the grid is refreshed, the dataBound event handler is called twice, as demonstrated here: http://jsfiddle.net/boblauer/YZcYC/. Even if the dataBound event handler wasn't being fired twice, that still wouldn't account for the 3x slowness that I'm experiencing on refresh. Is it possible other events are also being fired twice?
The code I'm using in my project to refresh the grid is the same that I'm using in that fiddle. Is there a better way to do this?
Thanks,
Bob
I have a very complex grid that takes a few seconds to load. It's tied to a local data source, and when I refresh the grid, it's taking more than 3x as long as the initial grid load takes.
One thing I've noticed is that when the grid is refreshed, the dataBound event handler is called twice, as demonstrated here: http://jsfiddle.net/boblauer/YZcYC/. Even if the dataBound event handler wasn't being fired twice, that still wouldn't account for the 3x slowness that I'm experiencing on refresh. Is it possible other events are also being fired twice?
The code I'm using in my project to refresh the grid is the same that I'm using in that fiddle. Is there a better way to do this?
Thanks,
Bob