Hello colleagues.
My application is starting to get a little complex now and I was wondering if anyone could help shed some light on my dilemma.
I have 2 grids on a page. If I click a row in gridA it needs to update the contents in gridB (via Ajax). This is working fine.
gridA has thousands of rows of data, so I'm currently enabling virtual scrolling. The problem I have is that when I scroll and the ajax request grabs more data, I want gridA to update itself (via ajax) but not gridB in this circumstance!
However, I've already told the ajaxmanager that gridA updates gridB via ajax. So how do I tell it that it only needs to update gridB when a row is clicked and not when it's scrolled?
Puzzled.
DT
My application is starting to get a little complex now and I was wondering if anyone could help shed some light on my dilemma.
I have 2 grids on a page. If I click a row in gridA it needs to update the contents in gridB (via Ajax). This is working fine.
gridA has thousands of rows of data, so I'm currently enabling virtual scrolling. The problem I have is that when I scroll and the ajax request grabs more data, I want gridA to update itself (via ajax) but not gridB in this circumstance!
However, I've already told the ajaxmanager that gridA updates gridB via ajax. So how do I tell it that it only needs to update gridB when a row is clicked and not when it's scrolled?
Puzzled.
DT