I need to pass the text data in a particular column in my grid to a textbox when enter key is pressed. I am unable to do so since the key down event is just not getting fired.
if e.keycode = keys.enter Then
"My Code Here"
End If
What do i do so that my grid responds to the Key Down Event? P.S. - KeyPreveiew property of my form is set to true