Hi

My datagraidview (vb 2005) contains 5 columns -

1. in the first column I want to type some code, then press enter key, upon press enter key
a listview (any poppup window) should appear, user can select an item from the list,
then the selected item's details should appear in other columns.

2. how can we trap the key press event of the cell in the datagridview?


thanks