This is a migrated thread and some comments may be shown as answers.

Disabling IncrementSettings on Grid Controls

1 Answer 39 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Daniel
Top achievements
Rank 1
Daniel asked on 08 Sep 2010, 04:45 PM
We discovered the Inputsettings mousewheel and up arrow / down arrow Increment / Decrement functionality accidentally during testing.  There is no scenario in our application where we would like the value as entered by the user to be changed by the arrow keys or mousewheel.  Is it possible to globally remove this behavior in an application or at least on a page-by-page basis?

I'd rather not have to find each text box and execute javascript on every page of the application at this point.

1 Answer, 1 is accepted

Sort by
0
Daniel
Top achievements
Rank 1
answered on 08 Sep 2010, 06:39 PM
Never mind.  I had read an older forum post that indicated this was only possible through client-side Javascript.  I found that the templated RadNumericTextBox control had IncrementSettings properties that allowed me to disable this behavior declaratively.
Tags
Grid
Asked by
Daniel
Top achievements
Rank 1
Answers by
Daniel
Top achievements
Rank 1
Share this question
or