Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
718
Virtual Scolling sometimes shows a blank page w/ no records
posted

I have a WebDataGrid that's bound to an ObjectDataSource that loads about 2000 rows with 15 columns. I have VirtualScrolling.Enabled = true, and I get these same results with both Virtual and Deferred Mode.

I can click the scroll bar, under the slider, and correctly move down the page, with periodic appearances of the Ajax indicator.  But if I click the scroll bar five (5) times, the WebDataGrid shows me a blank grid with headers, but zero (0) rows of data.  Then if I pause and click the scroll bar once, it will again properly show data.

I'm prepared to provide additional details, if needed.