[CLOSED] row select client side based on readerid

  1. #1

    [CLOSED] row select client side based on readerid

    hi,

    how i can select gridpanel rows based on the readerid. i use the following code , but it doesn't work.
    json readerid value is 1160200-00
    
    
    
    GridPanel1.RowSelectionModel().selectRecords('1160200-00',true)
  2. #2

    RE: [CLOSED] row select client side based on readerid

    Hi,

    Please try next code
    GridPanel1.RowSelectionModel().selectRecords([GridPanel1.store.getById('1160200-00')], true)

  3. #3

    RE: [CLOSED] row select client side based on readerid

    hi,

    i tried your code. but its not working. please give me a solution.


    
    GridPanel1.RowSelectionModel().selectRecords([GridPanel1.store.getById('1160200-00')], true)
  4. #4

    RE: [CLOSED] row select client side based on readerid

    Hi,

    Sorry, it is my fault need use getSelectionModel instead RowSelectionModel

    GridPanel1.getSelectionModel().selectRecords([GridPanel1.store.getById('1160200-00')], true)

Similar Threads

  1. Replies: 0
    Last Post: May 01, 2012, 9:43 AM
  2. Replies: 2
    Last Post: Dec 29, 2011, 10:05 PM
  3. Replies: 6
    Last Post: Sep 01, 2009, 1:06 PM
  4. GridPanel - Select Row Other than by ReaderID
    By Tbaseflug in forum 1.x Help
    Replies: 2
    Last Post: Jun 05, 2009, 12:33 AM
  5. [CLOSED] gridpanel row select client side
    By speedstepmem4 in forum 1.x Legacy Premium Help
    Replies: 5
    Last Post: Mar 20, 2009, 12:50 PM

Posting Permissions