Binding data to textbox or any input so that the data is updated.
$("#ProductId").data("kendoNumericTextBox").value(@Model.ProductId);
Binding data to textbox or any input so that the data is updated.
$("#ProductId").data("kendoNumericTextBox").value(@Model.ProductId);