Hello everyone,

I am trying to make use of a datagrid loaded with data from a database. I have the datagrid displayed and filled with data, but I am having a problem with the double-click event and the keypress event. The datagrid will not pick up either one of those events unless the focus is on the Row Header all the way to the left of the row. I need to be able to double-click on a specific cell and use the data within that cell. The CellChanged event would work, but it does not need to occur on a single-click, only a double-click. Any ideas????????????????

Thanks,
Kendal