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

NumericTextBox to show integer

1 Answer 586 Views
NumericTextBox
This is a migrated thread and some comments may be shown as answers.
sridhar
Top achievements
Rank 1
sridhar asked on 29 Jan 2017, 07:37 PM

I want the Numeric text box to show the integer values(and not any decimal part) for which we set the below options and it seems to show the values properly in integers in both IE and chrome browsers.. but both the up and down buttons are not working only in Internet explorer whereas it works perfectly in chrome... How can this be fixed..??

$("#size").kendoNumericTextBox({
     value: 32.3,
     min: 0,
     max: 480,
     step: 5,
     decimals: 0,
     format: '0.'
});

The above sample code is available in this fiddle link(http://jsfiddle.net/Mgb77/)

 

1 Answer, 1 is accepted

Sort by
0
Patrick | Technical Support Engineer, Senior
Telerik team
answered on 30 Jan 2017, 04:36 PM
Hello Sridhar,

First, thank you for including a runnable sample!  That helps!

I see the version you are using in the sample is 2013.2.716.  I would recommend upgrading to the latest version of Kendo(2017.1.118).  Please take a look at this Kendo UI Dojo by Progress which demonstrates the same example with the latest version.  Everything appears to be working in IE 11.  

I hope this helps!

Regards,
Patrick
Telerik by Progress
Try our brand new, jQuery-free Angular 2 components built from ground-up which deliver the business app essential building blocks - a grid component, data visualization (charts) and form elements.
Tags
NumericTextBox
Asked by
sridhar
Top achievements
Rank 1
Answers by
Patrick | Technical Support Engineer, Senior
Telerik team
Share this question
or