Double click the row in the grid...

  1. #1

    Double click the row in the grid...

    Hi,

    Theres a listener/simple way to attach a function to a Double click of the row?

    i would want something like:

    <ext:GripPanel>
        <SelectionModel>
            <Listeners>
                <DblClick Handler="MyFunction();" />
            </Listeners>
        </SelectionModel>
    </ext:GripPanel>
  2. #2

    ^^

    Wow... Just finded...

    <Listeners>
        <RowDblClick Handler="" />
    </Listeners>
    Ty...

Similar Threads

  1. Replies: 2
    Last Post: Aug 04, 2011, 2:14 PM
  2. Replies: 3
    Last Post: Mar 23, 2011, 5:32 PM
  3. [CLOSED] Allowing double click on Grid Row
    By macap in forum 1.x Legacy Premium Help
    Replies: 1
    Last Post: Nov 03, 2010, 5:32 PM
  4. [CLOSED] Double click on grid inside row expander.
    By gokcemutlu in forum 1.x Legacy Premium Help
    Replies: 11
    Last Post: Jan 14, 2010, 9:45 AM
  5. [CLOSED] IE 7 - Grid Panel Row Double Click error
    By james.healey in forum 1.x Legacy Premium Help
    Replies: 6
    Last Post: Jan 16, 2009, 1:24 PM

Posting Permissions