SmartClient_v120p_2020-01-08_PowerEdition
I have a ListGrid (autoFetchData: true) with a DataSource (clientOnly: true) that is getting real-time updates (adds, updates, and deletes) via a WebSocket. If I am getting a high volume of added rows, the grid starts auto-scrolling my data (depending on my sort). Is there a way to freeze my current visible rows when updates are flowing in so that the data I am viewing doesn't scroll out of view?
I have a ListGrid (autoFetchData: true) with a DataSource (clientOnly: true) that is getting real-time updates (adds, updates, and deletes) via a WebSocket. If I am getting a high volume of added rows, the grid starts auto-scrolling my data (depending on my sort). Is there a way to freeze my current visible rows when updates are flowing in so that the data I am viewing doesn't scroll out of view?
Comment