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

[Solved] Grid with Oracle database

1 Answer 190 Views
Grid
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Alexandre
Top achievements
Rank 1
Alexandre asked on 28 Apr 2011, 09:57 AM
Hi,

I'm using Telerik grid from a model (.edmx) mapped to an Oracle database. All operations (insert, update, delete) on the grid well work but have no effects on the Oracle database.

How should I proceed to bind data from the grid to the database?

Thanks for your answers.
 

1 Answer, 1 is accepted

Sort by
0
Accepted
Atanas Korchev
Telerik team
answered on 28 Apr 2011, 10:00 AM
Hi Alexandre,

 The grid does not perform any database updates. What it does is to invoke the specified action methods (for insert, update and delete) where the developer should update the underlying database. You can check the editing help article as well as the online demo.

Regards,
Atanas Korchev
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
Tags
Grid
Asked by
Alexandre
Top achievements
Rank 1
Answers by
Atanas Korchev
Telerik team
Share this question
or