Completed
Last Updated: 14 Apr 2015 16:54 by ADMIN
Ian
Created on: 06 Jan 2012 14:49
Category: Kendo UI for jQuery
Type: Feature Request
46
Allow easy disabling of spinners for the numeric textboxes
It'd be nice if we could do this through the options and not via a css hack.

In the meantime, here is a way to get around it, provided by Georgi Krustev http://jsfiddle.net/krustev/uZUjK/
12 comments
ADMIN
Telerik Admin
Posted on: 14 Apr 2015 16:54
George,  you can hide the spinners with an attribute from the client API (http://docs.telerik.com/kendo-ui/api/javascript/ui/numerictextbox#configuration-spinners), but you cannot disable them via a property setting presently. For the latter you need to follow my previous advice.
Gazzman
Posted on: 10 Apr 2015 15:16
My frustration with Kendo is that the basics are missing. Do you always want a spinner on a numeric text box? Not in my world. Why is not possible to disable/hide it without having to jump through hoops? Why no ShowSpinner='false' && SpinnerEnabled='false' ? 
ADMIN
Telerik Admin
Posted on: 05 Dec 2014 12:26
There's no such an option, Keith. If you want to prevent that, you need to intercept the keycode for the up/down arrow from the keyboard and prevent the default action with your code logic.
KC
Posted on: 01 Dec 2014 16:08
This does not get rid of the increment and decrement feature of the arrow button. IE: you hit the up arrow, it increases the value by one. Is there an easy way to disable that?
ADMIN
Telerik Admin
Posted on: 25 Nov 2014 16:39
See the last comment from Emiliano.
OnaBai
Posted on: 21 Mar 2014 18:41
Despite it says under review this feature is already implemented by setting spinners to false in the initializations. See it here http://jsfiddle.net/OnaBai/MU2yZ/
puth
Posted on: 21 Mar 2014 04:42
how to use NumbericTextbox in Grid kendo to readonly?
Bryan
Posted on: 24 Feb 2014 22:44
This would be really helpful for me as well.
Keith Engelhardt
Posted on: 18 Oct 2012 21:36
I agree one should be able to disable spinners in the cells of an editable grid. They are add to the grid width and are impractical in tight screen layouts. 

The example provided by  by Georgi Krustev http://jsfiddle.net/krustev/uZUjK/ does not address the spinners presented in an editable grid.

Please strongly consider elevating the priority for this feature.
Emmanuel
Posted on: 17 Sep 2012 13:23
PLEASE IMPLEMENT THIS FEATURE ALREADY!
Jerry T.
Posted on: 24 May 2012 14:16
It's been 5 1/2 months...what's the latest on this?
Imported User
Posted on: 17 May 2012 16:43
Spinners typically don't make much sense for non-integer numbers, so it should be easy to get rid of them.