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

Tie Edit Item Control(insert, Update, Delete) to Code Behind

2 Answers 120 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Dick
Top achievements
Rank 1
Dick asked on 08 Jul 2008, 06:23 PM
I am using the Radgrid Editform method to add, change, and delete data from a database.  All of these operations are done through database classes and methods, therefor I need to be able to invoke the code behind (aspx.cs file functions) to perform (call) these operations.  How do I tie event code functions in the aspx.cs file to the "insert record" icon, the "update record" icon and the "delete record" icon which appear in the Form. 

DH

2 Answers, 1 is accepted

Sort by
0
Vlad
Telerik team
answered on 09 Jul 2008, 07:21 AM
Hello Dick,

You can use the grid commands to achieve this. Please check this example:
http://www.telerik.com/DEMOS/ASPNET/Prometheus/Grid/Examples/DataEditing/UserControlEditForm/DefaultCS.aspx

Kind regards,
Vlad
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
0
Princy
Top achievements
Rank 2
answered on 09 Jul 2008, 12:06 PM
Hi Dick,

You can also have a look at the following help article.
Insert/Update/Delete at database level with queries

Thanks
Princy.
Tags
Grid
Asked by
Dick
Top achievements
Rank 1
Answers by
Vlad
Telerik team
Princy
Top achievements
Rank 2
Share this question
or