[CLOSED] Get column index with rowSelectionModel

  1. #1

    [CLOSED] Get column index with rowSelectionModel

    Hello,

    I have a GridPanel which is set with rowSelectionModel. Nonetheless I would want to get with the rowDblClick event besides the index of the row the index of the cell that was clicked.
    Is it possible? how can I do it?

    Thank in advance
    Romuald.
    Last edited by Daniil; Sep 29, 2010 at 6:39 PM. Reason: [CLOSED]
  2. #2
    Hi,

    You have to use CellDblClick event of the GridPanel (instead RowDblClick)

    celldblclick : ( Grid this, Number rowIndex, Number columnIndex, Ext.EventObject e )
    Fires when a cell is double clicked
    Listeners will be called with the following arguments:
    this : Grid
    rowIndex : Number
    columnIndex : Number
    e : Ext.EventObject

Similar Threads

  1. [CLOSED] RowSelectionModel REV 3986
    By Aurelio in forum 2.x Legacy Premium Help
    Replies: 4
    Last Post: May 05, 2012, 1:39 PM
  2. Replies: 3
    Last Post: Apr 08, 2010, 7:16 AM
  3. [CLOSED] [1.0] GridPanel and RowSelectionModel
    By Timothy in forum 1.x Legacy Premium Help
    Replies: 7
    Last Post: Feb 11, 2010, 2:30 PM
  4. Replies: 0
    Last Post: May 22, 2009, 7:59 AM
  5. RowSelectionModel Help
    By Timothy in forum 1.x Legacy Premium Help
    Replies: 0
    Last Post: Oct 24, 2008, 5:06 PM

Posting Permissions