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
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