input - Simple data populate data with Kendo UI -


hello i'm quite new kendo ui question simple well. working datasource of kendo ui (javascript) reads simple json object remote source, works fine. struggle populating data single text fields within html page. find example on kendo ui documention talking "template", "model", "columns", "binding", etc. there nothing think can adapt needs. examples find focussed on kendo widgets or "grid", not want.

example: read json "datasource" object remote source, looking this: [{"productid":"30","title":"apple"}]

in html there 2 input fields, 1 id="productid" , 1 id="title"

i don't need precise code solution hint/link how proceed populate json elements value attributes of 2 input fields. if possible there other way possible storing values of input fields datasource , send remote server saving/updating purposes?

any hint welcome!


Comments

Popular posts from this blog

node.js - Mongoose: Cast to ObjectId failed for value on newly created object after setting the value -

gradle error "Cannot convert the provided notation to a File or URI" -

python - NameError: name 'subprocess' is not defined -