This is a migrated thread and some comments may be shown as answers.

Direct SQL binding with kendo ui. Is it possible?

1 Answer 147 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
srikanth
Top achievements
Rank 1
srikanth asked on 04 Mar 2013, 09:48 AM
I have looked at the documentation for data binding and  i understand kendo ui supports inline(local) and remote data banding(ajax)
Given that kendo ui is built on top of javascript (jquery)  and the data formats that it expects (json,xml,odata) i think it is highly unlikely that it supports direct data binding with relational database(like oracle, db2 , mssql) directly. I am aware of some dbs like Mongo db that provide direct binding with javascript (through node.js but that is not really a client)

The only possibility i see here is routing via traditional approach i.e, a server component makes sql queries and expose the data via REST and the client(kendoui) access the REST using remote data binding. Are there any alternate ways?  Can you confirm?

1 Answer, 1 is accepted

Sort by
0
Atanas Korchev
Telerik team
answered on 04 Mar 2013, 11:26 AM
Hi,

 Indeed Kendo UI needs a service which exposes any relational data as JSON. Kendo UI itself doesn't make SQL queries. 

Regards,
Atanas Korchev
the Telerik team
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
Tags
General Discussions
Asked by
srikanth
Top achievements
Rank 1
Answers by
Atanas Korchev
Telerik team
Share this question
or