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

[Solved] That Example Not Effect in DB

1 Answer 69 Views
GridView
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Ahmed
Top achievements
Rank 1
Ahmed asked on 25 Oct 2010, 10:27 PM
I Try Telerik Grid View Demos That Example :
http://demos.telerik.com/silverlight/#GridView/Commands
But The Operations Insert, Delete, Save don't Effect Real in DB it is Just Effect in Shown Data Grid but When See my Data in DB it Seems Like not Effected so how can I handle it Specially I use Entity Framework
I want to Know The use of Defining ICommand in Page Constructor in .cs Class (deleteCommand - beginInsertCommand - CancelRowEditCommand - CommitRowEditCommand)

Thanks Alot For Your Help and Support

1 Answer, 1 is accepted

Sort by
0
Vlad
Telerik team
answered on 26 Oct 2010, 07:25 AM
Hello,

 If you want real data base update you can bind the grid to DomainDataSource and call SubmitChanges() to send all changes to the server. 

Kind regards,
Vlad
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
GridView
Asked by
Ahmed
Top achievements
Rank 1
Answers by
Vlad
Telerik team
Share this question
or