I need update the local data of DataSource but without use de read() function. I use the read() function but this function slows the site.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You could pass a list of your objects to the view and then iterate through them.
I did this for my treeview.
Have a look at my post: Populate KendoUi Treeview with RavenDB documents
Hopefully it will help you 🙂
If you give us some more information, eg: What control are you using?
Then maybe we can help further.