I'm trying to assign a value to 4 separate text inputs using jQuery inside of my Kendo Grid. My JS function works and the text inputs do populate with data but when I try creating a new record the data appears to not be bound when passed back to my Web API.
It is correct that simply changing the value of the inputs programmatically will not apply the changes to the data time. You should additionally trigger the change event:
$(input).trigger("change"); // where input is the actual input HTML element on your side
I hope this helps.
Regards,
Tsvetomir
Progress Telerik
Virtual Classroom, the free self-paced technical training that gets you up to speed with Telerik and Kendo UI products quickly just got a fresh new look + new and improved content including a brand new Blazor course! Check it out at https://learn.telerik.com/.