I would like to bind Ajax result to html Kendo controls using Telerik MVC
I have more than 20 html controls like TextBox, DropDown, Combox etc.
From my action result in MVC, I am getting ajax json result. So I can I achieve this.
Thanks
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Bhuvanesh MohankumarPosted May 17, 2016, 7:26 AM
Please refer this documentation, it states clearly.
Shakti Singh DulawatPosted May 17, 2016, 7:21 AM
You can bind Json results to the grid. And also you can pass Model if you need to. See the code snippet below for example.
See here for more details.