MasterRacker
Active member
I have an application where I'm bringing up a summary list of contacts in a datatable bound to a datagrid. The idea is for the user to select a row and view detailed information about that contact. I have that working both from a "View" button and double-clicking one of the row selectors in the leftmost portion of the datagrid.
I am displaying 3 columns in the grid and the problem is that double-clicking out in the data (say name or phone number) does not fire the double-click event for the grid. Normal grid behavior does change the selected row, but my question is how do I detect the double-click anywhere in the grid to pull up the second form?
Jeff
[purple]It's never too early to begin preparing for [/purple]International Talk Like a Pirate Day
I was not born cynical - I earned my cynicism through careful observation of the world around me.
I am displaying 3 columns in the grid and the problem is that double-clicking out in the data (say name or phone number) does not fire the double-click event for the grid. Normal grid behavior does change the selected row, but my question is how do I detect the double-click anywhere in the grid to pull up the second form?
Jeff
[purple]It's never too early to begin preparing for [/purple]International Talk Like a Pirate Day
I was not born cynical - I earned my cynicism through careful observation of the world around me.