Completed
Last Updated: 16 Feb 2015 11:43 by ADMIN
Satish
Created on: 11 May 2012 17:45
Category: Kendo UI for jQuery
Type: Feature Request
13
Ability to hide spinner on numeric controls
It would be very helpful it there is an option to hide spin controls on numeric controls. Spin control are not really useful in all cases. Also setting readonly property for the control has no effect on the spin control you can still update the value by clicking the spinner. Currently in the forum a workaround was suggested using css (http://jsfiddle.net/krustev/uZUjK/). Implement this as a property for the numeric control
5 comments
ADMIN
Telerik Admin
Posted on: 16 Feb 2015 11:43
There's a spinners option (http://docs.telerik.com/kendo-ui/api/javascript/ui/numerictextbox#configuration-spinners) from the API of the NumericTextBox which allows you to specify whether the spinners should be rendered or not. Hence you can control their visibility via this setting.
Jerry T.
Posted on: 24 May 2012 14:15
Yes, we need to be able to easily turn off the spinner controls. For one, with fixed-width columns like we like to keep, it makes editing a small integer field impossible to see the number or even the entire spinner control, itself.
Imported User
Posted on: 17 May 2012 16:40
Spinners just don't make sense for non integer numbers, so it should be easy to get rid of them.
Satish
Posted on: 15 May 2012 20:03
Here is the link to jsFiddle http://jsfiddle.net/krustev/uZUjK/ I got this from this this kendo forum thread http://www.kendoui.com/forums/ui/numeric-textbox/readonly.aspx
ADMIN
Brandon
Posted on: 11 May 2012 19:56
The jsFiddle link is broken. Could you correct and post a comment here.