[CLOSED] Infinite Scrolling

  1. #1

    [CLOSED] Infinite Scrolling

    Does infinite scrolling support "Drag and Drop" of rows? We are currently using paging for our grids, and are able to re-order rows using drag and drop.
    Last edited by Daniil; Aug 09, 2012 at 5:04 PM. Reason: [CLOSED]
  2. #2
    Hi,

    I think yes, it should work.

    But, I guess, re-ordering will be lost with fetching a data for a new page due to re-applied sorting. It means that you will need to use an additional ModelField for rows order and set up a default sorter using that ModelField. And you will need to save a new order before fetching a data for a new page.
  3. #3
    No, it will not work because Store loads records during scrolling therefore all changes (including order) will be lost
  4. #4
    Quote Originally Posted by Daniil View Post
    And you will need to save a new order before fetching a data for a new page.
    Yes, I was wrong - saving won't help. The records are cached client side. When a grid gets records for a new page, it also reloads the records from that cache with the initial order.

Similar Threads

  1. [CLOSED] Infinite Scrolling with MVC
    By RCN in forum 2.x Legacy Premium Help
    Replies: 14
    Last Post: Apr 12, 2012, 6:27 PM
  2. [CLOSED] Infinite Scrolling Grid with GridFilter feature - JavaScript Error
    By MacGarnicle in forum 2.x Legacy Premium Help
    Replies: 8
    Last Post: Apr 04, 2012, 2:06 PM
  3. [CLOSED] Infinite Scrolling
    By rnachman in forum 1.x Legacy Premium Help
    Replies: 1
    Last Post: Apr 09, 2011, 6:15 PM
  4. [CLOSED] Tab Content Scrolling
    By rcaunt in forum 1.x Legacy Premium Help
    Replies: 2
    Last Post: Sep 02, 2009, 1:21 PM
  5. [CLOSED] Tab Scrolling
    By Immobilmente in forum 1.x Legacy Premium Help
    Replies: 8
    Last Post: Dec 23, 2008, 5:09 PM

Posting Permissions