How to get the current datagrid cell value using processcmdkey?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • James Roy

    How to get the current datagrid cell value using processcmdkey?

    Hi all,

    When i use processcmdkey event (VB.NET 2010) to trap function key F7 in a specific cell in my datagridview, i try to catch the value of this cell too but the cell is still in editing mode and it's value seems empty. For example, the user has enter the value 'Marl' into the cell and press then F7 key. When i get the F7 KEY press with the processcmdkey event i aint have the 'Marl' value and instead of it i have and empty string. Can anyone tell me how to have this value? Thanks.
Working...