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
125
Virtual Scrolling and Custom Data Binding
posted

Is it possible to use both of these features at the same time? Because I have not been able to make it work.

After enabling Virtual Scrolling, I tried both binding whole data source in CustomDataBinding and binding only rows specified from DataBindingEventArgs StartRowIndex and MaximumRows properties. In both cases all rows in DataSource are rendered and no request is sent after moving to the last rows.