If you end edit on any spin edit control in a gridview it plays the windows ding sound. Is there any way stop this?
Thanks
1 Answer, 1 is accepted
0
Accepted
Stefan
Telerik team
answered on 12 Jan 2012, 10:03 AM
Hi Daniel,
Thank you for writing.
This sound comes from the standard text box which is embedded in the spin editor. You can prevent this sound by setting the SuppressKeyPress property of the text box to true. This property is available in the KeyDown event arguments. Here is an example of how to subscribe to this event and set this property: