Hi,
I have reviewed the infinite scroll demo code and have this working as per your demo. Switching to the sfDataGrid from the standard list control in Flutter I have however lost my ability to read ahead before I reach the end of the data; and wonder if there is any way to achieve this with sfDataGrid..?
What I am looking to do is call for more (loadMore) data when I reach say 70% of the list content. This way I achieve a much smoother infinite scroll as the user does not actually see any spinning wheel/data fetch and I will likely have the data in the list before the user reaches the end.
To achieve this with sfDataGrid I am wondering if there is a "buffer" value that can be set to trigger the "loadMore"; or alternatively, is there a way for me to determine what rows are visible on screen - so I can use my own data fetch calculation/behavior..?
Many thanks in advance.
Ian.