Hi Isomorphic,
Can you guide me for mimicking default Listgrid progressive loading.
When i create a new ResultSet and supply it with a data and then supply this resultset to ListGrid ,i do not have control on the scroll thumb down fetches.
When ever the scroll is past the view port the Listgrid is wiping the entire cache and reloading the records created out of the new ResultSet which is now set to the LilstGrid. Because of this the scroll thumb gets always position at the first place not where the user dragged it to . (used scrollToRow etc..with no desired result)
I want to make sure that Listgrid default implementation is not hampered when i am create a new ResultSet and set it to the ListGrid.
Can you guide me for mimicking default Listgrid progressive loading.
When i create a new ResultSet and supply it with a data and then supply this resultset to ListGrid ,i do not have control on the scroll thumb down fetches.
When ever the scroll is past the view port the Listgrid is wiping the entire cache and reloading the records created out of the new ResultSet which is now set to the LilstGrid. Because of this the scroll thumb gets always position at the first place not where the user dragged it to . (used scrollToRow etc..with no desired result)
I want to make sure that Listgrid default implementation is not hampered when i am create a new ResultSet and set it to the ListGrid.