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.

Parents
  • 33839
    Suggested Answer
    posted

    Hi Michal,

    Actually, this is a bug.  It should work the same way paging does.  You would need to set the TotalRowCount in the custom data binding event.  But then that is ignored by virtual scrolling.  I have submitted this as bug 120402 internally.  Elena, can you please create/attach this case to that bug?

    regards,
    David Young 

Reply Children
No Data