R
RB
If the user clicks on a column header can I sort by that column?
I would like to be able to still trap the click event for a click on any
other row. Any code would be appreciated.
I am using:
---------------
Private Sub CustomersDataGrid_Click(ByVal sender As System.Object, ByVal e
As System.EventArgs) Handles CustomersDataGrid.Click
Dim customersEditViewDialog As PocketRep6.CustomersEditViewDialog =
PocketRep6.CustomersEditViewDialog.Instance(Me.CustomersBindingSource)
customersEditViewDialog.ShowDialog()
End Sub
I would like to be able to still trap the click event for a click on any
other row. Any code would be appreciated.
I am using:
---------------
Private Sub CustomersDataGrid_Click(ByVal sender As System.Object, ByVal e
As System.EventArgs) Handles CustomersDataGrid.Click
Dim customersEditViewDialog As PocketRep6.CustomersEditViewDialog =
PocketRep6.CustomersEditViewDialog.Instance(Me.CustomersBindingSource)
customersEditViewDialog.ShowDialog()
End Sub