Hello Goran,
Thank you for writing.
In order to handle mouse and keyboard input while editing the grid, it is necessary to subscribe to the respective events of the initialized editor. The following help article demonstrates a
sample approach:
http://docs.telerik.com/devtools/winforms/gridview/editors/handling-editors'-events
If you need to disable changing the editor's value with the mouse wheel, you can set the GridSpinEditorElement.EnableMouseWheel property to false after the editor is initialized:
As to the arrow keys, you can disable changing the value by setting the GridSpinEditorElement.
InterceptArrowKeys property to
false.
I hope this information helps. Should you have further questions I would be glad to help.
Regards,
Dess
Telerik by Progress
Check out the Windows Forms project converter, which aids the conversion process from standard Windows Forms applications written in C# or VB to Telerik UI for WinForms.For more information check out this
blog post and share your thoughts.