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

Numeric Textbox value

1 Answer 176 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Medhanth
Top achievements
Rank 1
Veteran
Medhanth asked on 24 Apr 2020, 06:45 PM

i have two input controls and i have given validation is js file in below format which is working as expected and i am assigning values from data base to those controls. first input is populating value and for second control if we click on text box then only it is showing value.

 

setTimeout(function () { $("#numerictextbox").kendoNumericTextBox({ min: 1, max: 9999, format: "#", decimals: 0 }).siblings('input:visible').focus(); }, 1000); setTimeout(function () { $("#Priority").kendoNumericTextBox({ min: 1, max: 9999, format: "#", decimals: 0 }).siblings('input:visible').focus(); }, 1000

1 Answer, 1 is accepted

Sort by
0
Silviya Stoyanova
Telerik team
answered on 28 Apr 2020, 01:49 PM

Hello Kongal,

 

I am afraid that the provided information is not enough for reproducing the issue you are facing.

Could you please provide some additional information about your scenario and also modify the Dojo: https://dojo.telerik.com/@Silvia/APeYuYIn, so I could examine the faulty behavior. 

I am also wondering what is the purpose of using the focus() method on the two elements?

Looking forward to your reply.

Kind Regards, Silviya Stoyanova Progress Telerik

Progress is here for your business, like always. Read more about the measures we are taking to ensure business continuity and help fight the COVID-19 pandemic.
Our thoughts here at Progress are with those affected by the outbreak.
Tags
General Discussions
Asked by
Medhanth
Top achievements
Rank 1
Veteran
Answers by
Silviya Stoyanova
Telerik team
Share this question
or