Trigger doubleclick event in Datagrid cell (Datagridtextbox)

  • Thread starter Thread starter Rolf Falnes
  • Start date Start date
R

Rolf Falnes

Hi.

Does anyone know how to trigger the doubleclick mouse event in a datagrid
cell (DatagridTextbox )?

Regards,
Rolf Falnes
Datapartner AS
 
Hello Rolf,

You can inherit from the DataGrid control and call the protected
OnDoubleClick function passing appropriate event arguments if you want to
raise this event programmatically.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top