Welcome to the Xceed Community | Help
Community Search  
More Search Options

IndexDataSource retrival of items using scrolling

Sort Posts: Previous Next
  •  05-31-2011, 4:10 PM Post no. 30454

    IndexDataSource retrival of items using scrolling

     I have a framework that does not use WCF or RIA services. I have implemented the IndexDataSourceProvider, which works fine for the initial Data retrieval but instead of loading items based on the scroll position it loads items at regular intervals based on QueryRequestInterval.  

    Regards

    Ash 

     

    Filed under: ,
  •  06-01-2011, 12:46 PM Post no. 30464 in reply to 30454

    Re: IndexDataSource retrival of items using scrolling

    Hi Ashfaq, 

    Are you referring to the IndexDataSourceProvider provided at this post:

    http://xceed.com/CS/forums/thread/29497.aspx

     If yes, an IndexDataSourceProvider is provided with the products, you can find more information in the same thread. And you can refer to the RemoteListDataSources sample for an example that you can use. 

    If not, can you send us a sample application that shows your implementation so that we investigate this in more detail?  


    Best Regards,

    Michel Dahdah
    Technical Support
    Xceed Software inc.
  •  06-07-2011, 1:37 PM Post no. 30511 in reply to 30464

    Re: IndexDataSource retrival of items using scrolling

    HI Michel 

    I am trying to understand the behavior  of IndexDataSource. Is it supposed to load items based on scroll position or it would load all items (after applying filter) based on QueryInterval and batch size

     

  •  06-08-2011, 10:41 AM Post no. 30515 in reply to 30511

    Re: IndexDataSource retrival of items using scrolling

    Our products include a technology we call "active prefetching" and "passive prefetching" that intentionally prefetches data outside the current view of the ListBox in order to respond quickly to the user's page/line up/down requests. The amount of "prefetch rows" is determined baseed on the user's scrolling behavior.

    You can always disable this prefetching behavior by setting the DataSourceProvider.BufferConfiguration property to "null". (v1.3 or later only)

    Best Regards,

    Michel Dahdah
    Technical Support
    Xceed Software inc.
View as RSS news feed in XML
Contact | Site Map | Reviews | Legal Terms of Use | Trademarks | Privacy Statement Copyright 2011 Xceed Software Inc.