Add rows from one grid to other when row selected.

  1. #1

    Add rows from one grid to other when row selected.

    In my code there are two Grid and two stores..
    I want to know that when I select any of the row of first grid, the data should added to the second grid... button click event is there.
    Only I want that when row is selected its should added to the second grid panel....

    Need help
  2. #2
    u need to
    add one listner to the selection modal of grid1
    <Listeners>
    <RowSelect Handler="GridPanel2.getStore().add(record);" />
    </Listeners>

Similar Threads

  1. Replies: 1
    Last Post: Dec 29, 2011, 7:19 PM
  2. Filter Grid Panel by Selected Rows
    By JIGSAW in forum 1.x Help
    Replies: 2
    Last Post: Feb 25, 2011, 12:46 PM
  3. Replies: 1
    Last Post: Oct 13, 2010, 11:09 PM
  4. Replies: 0
    Last Post: Sep 01, 2010, 2:35 PM
  5. Replies: 2
    Last Post: Dec 25, 2009, 2:56 PM

Posting Permissions