Double Click DataGrid Cell

  • Thread starter Thread starter Doug Bell
  • Start date Start date
D

Doug Bell

Hi,
I have a DataGridbound to a DataView.
I have a variable gstOrderNo that is set; After the grid is loaded or on
Event - MyGrid_CurrentCellChanged.

On Event - MyGrid_DoubleClick I am loading another form that shows the order
details.

This works fine but I would like to launch the Order Details Form by Double
Clicking any cell on the row.

Can you tell me how to get an event from the cell rather than just the Row
Header?

Thanks Doug
 
Hi,

http://www.syncfusion.com/FAQ/WinForms/FAQ_c44c.asp#q869q

Ken
------------
Hi,
I have a DataGridbound to a DataView.
I have a variable gstOrderNo that is set; After the grid is loaded or on
Event - MyGrid_CurrentCellChanged.

On Event - MyGrid_DoubleClick I am loading another form that shows the order
details.

This works fine but I would like to launch the Order Details Form by Double
Clicking any cell on the row.

Can you tell me how to get an event from the cell rather than just the Row
Header?

Thanks Doug
 
Back
Top