Completed
Last Updated: 16 Mar 2011 08:28 by ADMIN
ADMIN
Stefan
Created on: 16 Mar 2011 08:28
Category: GridView
Type: Bug Report
0
FIX. RadGridView - unable to suppress MouseWheel event in RadDateTimeEditor
FIX. RadGridView - unable to suppress MouseWheel event in RadDateTimeEditor

To solve the issue you can handle the MouseWheel event of the hosted textbox:

editorElement.TextBoxElement.TextBoxItem.HostedControl.MouseWheel

When handling this event you should convert its arguments to HandledMouseEventArgs and set the Handled property to true
0 comments