Hi,
I have developed a windows application in which I have used radGrid. There will be no user interaction through keyboard.
How can I restrict the keystrokes in radGridView.
Key suppress is not working.I tried with Key_Down, Key_Up, Key_Press events of radGridView.
Ex: e.SuppressKeyPress = true
In which event should I handle this?
Thanks
Hari
I have developed a windows application in which I have used radGrid. There will be no user interaction through keyboard.
How can I restrict the keystrokes in radGridView.
Key suppress is not working.I tried with Key_Down, Key_Up, Key_Press events of radGridView.
Ex: e.SuppressKeyPress = true
In which event should I handle this?
Thanks
Hari