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

Insert/Edit/Delete Db using Contextmenu in the Grid View

3 Answers 76 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.
balaji
Top achievements
Rank 1
balaji asked on 12 Jan 2010, 07:49 AM
Hi,
Is it Possible to insert/Update/Delete the Db using Context menu in the Gridview which is shown in the below example.
http://localhost:6519/Default.aspx#GridView/RowContextMenu
It would be Great if i get a sample piece of code which depicts the Insert/Edit/Delete transaction of the DB
Thanks in Advance.
Regards
N.Balaji

3 Answers, 1 is accepted

Sort by
0
Vlad
Telerik team
answered on 12 Jan 2010, 08:34 AM
Hello balaji,

The easiest way to achieve this is with WCF RIA Services.

Sincerely yours,
Vlad
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
0
balaji
Top achievements
Rank 1
answered on 12 Jan 2010, 08:44 AM
oh there must be a way in telerik.
Plz do let me knw
0
Vlad
Telerik team
answered on 12 Jan 2010, 09:08 AM
Hello,

Other possible approach is with Open Access:
http://demos.telerik.com/openaccess-silverlight-integration/

The grid will just modify the collection on the Silverlight client and you need a service to transfer this to the data-base. You can use RIA Services, ADO.NET DataServices, plain WCF service or Web service.


Regards,
Vlad
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
Tags
GridView
Asked by
balaji
Top achievements
Rank 1
Answers by
Vlad
Telerik team
balaji
Top achievements
Rank 1
Share this question
or