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

Data Binding with Oracle DB

1 Answer 207 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Mihail
Top achievements
Rank 1
Mihail asked on 08 May 2018, 09:15 AM

     Hallo all, 

i make a simple data driven Webapp and try to connect the Kendo grid with oracle DB. Can you explain me, how to make this connection a simplest?

Thanks advance  

1 Answer, 1 is accepted

Sort by
0
Stefan
Telerik team
answered on 10 May 2018, 05:53 AM
Hello, Mihail,

The Grid is populated with data using its dataSource. The dataSource is expecting the data from the server in the following formats ( JSON, JSONP, oData or XML.):

https://docs.telerik.com/kendo-ui/framework/datasource/overview

In general, the Grid is not aware of the type of the database, it can be connected to any server-side technology that can return the data in one of the listed formats.

In this case, a server-side technology from your choice have to be used in order to take the data from the database and pass it to the Grid.

Let me know if you need additional details on this matter. 

Regards,
Stefan
Progress Telerik
Try our brand new, jQuery-free Angular components built from ground-up which deliver the business app essential building blocks - a grid component, data visualization (charts) and form elements.
Tags
Grid
Asked by
Mihail
Top achievements
Rank 1
Answers by
Stefan
Telerik team
Share this question
or