I attempted to use RadSpinEditor to edit an integer value. Everything was fine with one exception: when Enter key is hit by the user (at the end, to announce the completion of the editing process), an annoying sound (beep) is heared. There is a way to get rid of this sound?
The sound you are hearing is the standard windows ding. I think this may be caused by the textboxitem at some stage having a value that is out of range or similar. You can fix this with the following workaround.
Now it works. I have missed e.SuppressKeyPress = True. Maybe Telerik will include the possibility to remove the sound as a built-in feature in a future release.