How can I refresh value kendo numerictextbox?
问题 I have a kendoNumericTextBox. I have code that sets the value of the input element associated with the kendoNumericTextBox. For example, the code calls: $('#myId').val('test'); Unfortunately, the kendo numeric text box doesn't automatically reflect the value. How can I tell the kendoNumericTextBox to update its value? I know there's a method on kendoNumericTextBox as follows: $('#myId').data('kendoNumericTextBox').value('test'); However, I'm populating many fields and not exactly sure which