Hi,
When a user is scrolling through many items in a grid that we have set up to use virtualization, I need to know when the grid is going back and requesting data because I have a few searching, sorting and filtering controls around the grid that I would like to also be disabled also when the grid pulls down more data. Unfortunately, the requestStart and requestEnd events are not fired on the DataSource when this occurs.
Is there a possible workaround for this and/or could this be submitted as a bug please because I think it should fire these events when scrolling a virtualized grid.
When a user is scrolling through many items in a grid that we have set up to use virtualization, I need to know when the grid is going back and requesting data because I have a few searching, sorting and filtering controls around the grid that I would like to also be disabled also when the grid pulls down more data. Unfortunately, the requestStart and requestEnd events are not fired on the DataSource when this occurs.
Is there a possible workaround for this and/or could this be submitted as a bug please because I think it should fire these events when scrolling a virtualized grid.