Im using radgrid with numeric column and radnumbericTextbox as a filter control. i want to disable keyboard/mousewheel increment settings from code behind. is this possible ?
Thanks for you reply. your code is working great. i have more number of this type of numeric filters. Is there any way to make this code as common and to make use all numerictype filter. thanks in advance
It is not possible to write a common code for numeric columns if the grid contains columns other than numeric columns. If the grid contains only NumericColumns, you can loop through each columns using foreach in PreRender using its UniqueName.