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.
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.