Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
240
Multiple grids with ajax enabled - can't update other grids
posted

Hi everybody, i'm wandering if someone can help me in the following scenario. 

I have multiple grids within update panel where selection on one grid changes data in other grids. Grids are dynamically populated based on filter built from selection on all grids. Grids have paging and sorting enabled and there could be thousands of rows in the single grid. 

My problem is that to have paging and sorting working fast I need ajax to be enabled. On the other hand when ajax is enabled, row selection change does not update other grids.  In fact, grids are getting populated in the code behind but they are not getting updated on the page. 

I wander if there is a solution where I can keep ajax turned on and have other grids populated and updated on page. 

Thanks in advance for any suggestion.