[CLOSED] row select and cell click event

  1. #1

    [CLOSED] row select and cell click event

    hi,

    how to handle both the events(row select , cell click) in gridpanel row?
  2. #2

    RE: [CLOSED] row select and cell click event

    Hi,

    GridPanel: CellClick event
    Fires when a cell is clicked. The data for the cell is drawn from the Record for this row. To access the data in the listener function use the following technique:
    Listeners will be called with the following arguments:
    this : Grid
    rowIndex : Number
    columnIndex : Number
    e : Ext.EventObject


    RowSelectionModel/CheckboxSelectionModel: RowSelect
    Fires when a row is selected.
    Listeners will be called with the following arguments:
    this : SelectionModel
    rowIndex : Number
    The selected index
    r : Ext.data.Record
    The selected record

Similar Threads

  1. Replies: 1
    Last Post: Jul 10, 2012, 11:16 AM
  2. Replies: 0
    Last Post: May 12, 2012, 11:24 AM
  3. Replies: 2
    Last Post: Feb 16, 2011, 8:36 AM
  4. [CLOSED] Get record value in Cell click Event
    By majestic in forum 1.x Legacy Premium Help
    Replies: 1
    Last Post: Dec 29, 2010, 9:30 AM
  5. [CLOSED] Is it possible to Select Items of a multi select during ajax event
    By vedagopal2004 in forum 1.x Legacy Premium Help
    Replies: 2
    Last Post: Jul 29, 2010, 6:28 PM

Posting Permissions