Jump to content

UniDBGrid cell double click event


delagoutte

Recommended Posts

43 minutes ago, delagoutte said:

with unidbgrid, there is a on cell click event but not a on cell double click event.

how can i determine the cell that is double clicked (column ?)?

Hello,

function celldblclick(sender, td, cellIndex, record, tr, rowIndex, e, eOpts)
{
    
}

?

Link to comment
Share on other sites

  • 3 years later...
On 1/20/2021 at 2:49 PM, Sherzod said:

Use cellIndex

function celldblclick(sender, td, cellIndex, record, tr, rowIndex, e, eOpts)
{
    //cellIndex-1
}

 

Why not make it a server side event?

Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...