is there any why to get KendoUI (DataViz) running with a SQLite-Database as Datasource. We want to get all datas for the charts from a sqlite-Db? Is this possible and how? Is there a working example?
I am replying to this just so it makes the info easier to find as I can see that this question is quite old. Look at JayData http://jaydata.org. With JayData, you can use any client side data source and it has methods to cast their data as a Kendo datasource. I have just started to implement it into a project myself, but it looks like an excellent client data entity framework for html projects.