I am not really sure that I understand what exactly you are looking for. Do you have an app that is already build with Kendo UI and you want to extract some information about it? Or you are looking for a way to visualize data?
Regards,
Kiril Nikolov
Telerik
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
I'm developing a new hybrid app in appbuilder and I'm collecting some data about user usage (like datasource errors) and saving using window.localStorage.
Now, I'm wondering how can I submit this information to my webserver.
Currently I use a php webservice and I'm planning send this information to a page using http post.
My questin is: I'm reinventing the wheel or kendo have some feature to do something like this?
Kendo UI does not have a feature for collection user data, however you can use a plain $.ajax request and send the data to your server, when needed. Here is some documentation about it: