The Kendo UI was released on December 1st. If you missed the webcast, you can see it here:
http://www.kendoui.com/webinars.aspx
You can download the Kendo UI here:
http://www.kendoui.com/get-kendo-ui.aspx
You can view some well thought out demos of what Kendo UI can do here:
http://demos.kendoui.com/
I was wondering if you'd done anything related to getting SQL data into a Kendo UI app? I'm a .NET SQL guy myself and am looking into doing some mobile development using Kendo in Visual Studio with a SQL backend and populating Kendo controls with sql data...but haven't had much luck yet.
ReplyDeleteThe framework uses XML, JSON, and JSONP.
ReplyDeletehttp://demos.kendoui.com/web/datasource/index.html
Here is some good info on getting XML from SQL: http://www.stylusstudio.com/sqlxml_tutorial.html
Here is some info on JSON in SQL: http://www.simple-talk.com/sql/t-sql-programming/consuming-json-strings-in-sql-server/
Hope that helps