Thread ID: |
Created: |
Updated: |
Platform: |
Replies: |
1290 | Oct 11,2002 09:00 PM UTC | Oct 14,2002 12:53 PM UTC | WinForms | 2 |
![]() |
Tags: GridControl |
'maybe in your OnLoad override, add
AddHandler ctlGrid.grdInfo.CellDoubleClick, AddressOf HandleDClick
'...
Private Sub HandleDClick(ByVal sender as Object, ByVal e as GridCellClickEventArgs)
'do whatever....
End Sub
This post will be permanently deleted. Are you sure you want to continue?
Sorry, An error occured while processing your request. Please try again later.
This page will automatically be redirected to the sign-in page in 10 seconds.