Persist selection with pagination

  1. #1

    Persist selection with pagination

    Hi,

    I want to persist selection with paging grid, i select some records from first page and go to second page, but when i come back to first page my selections are lost, i see a sample Checkboxselection example , it works there but i can not understand which property or script do this property, i am using httpproxy,

    thanks
  2. #2

    RE: Persist selection with pagination

    Hi,

    For correct working of saving selection required: paging toolbar (bottom) and set ReaderID in Store


  3. #3

    RE: Persist selection with pagination

    i am setting the reader's id like this:



    reader.ReaderID = string.Format("{0}_RDR",listForm.Name);

    but it does not save selection, am i wrong?
  4. #4

    RE: Persist selection with pagination

    *Hi,

    Try set SelectionMemory explicitly for GridPanel


    SelectionMemory="Enabled"






  5. #5

    RE: Persist selection with pagination

    i setted grid's selection memory like this but it didn't save selection,



    grid.SelectionMemory = SelectionMemoryMode.Enabled;

  6. #6

    RE: Persist selection with pagination

    In this case you should post full example which demonstrate the problem*
  7. #7

    RE: Persist selection with pagination

    Thanks!! It worked..

Similar Threads

  1. Replies: 0
    Last Post: Mar 19, 2012, 3:08 PM
  2. [CLOSED] How to persist Ext.Net controls in VS2010 toolbox?
    By vadym.f in forum 1.x Legacy Premium Help
    Replies: 3
    Last Post: Feb 02, 2012, 12:42 PM
  3. Replies: 1
    Last Post: Jun 21, 2010, 3:42 PM
  4. [CLOSED] Possible bug: Viewstate doesn't persist
    By drgw74 in forum 1.x Legacy Premium Help
    Replies: 2
    Last Post: Feb 03, 2009, 5:00 AM
  5. [CLOSED] Persist selection over pagination
    By methode in forum 1.x Legacy Premium Help
    Replies: 7
    Last Post: Nov 30, 2008, 11:38 AM

Posting Permissions