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

[Solved] RadGrid Automatic Data Operation with SQL Server

2 Answers 133 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
MeetJayBlack
Top achievements
Rank 1
MeetJayBlack asked on 13 Jun 2008, 09:18 AM
Hi,

I have a problem in implementing the automatic data source operation as illustrated in http://www.telerik.com/demos/aspnet/prometheus/Grid/Examples/DataEditing/AllEditableColumns/DefaultCS.aspx

In my project I'm using a Stored Procedure to fetch the data from SQL Server and I need In-Form editing feature of the RadGrid. I'm displaying 3 fields which are editable. The example that is shown in the demo doens't help me much. I would really appreciate if someone can write a sample for me so that I can go through it and implement accordingly.

In my project scope I woulod be using 2 Stored Procedure 1 for fetching the data other for updating the same (Row wise).

Any help would be appreciated.

Thanks

2 Answers, 1 is accepted

Sort by
0
Sebastian
Telerik team
answered on 13 Jun 2008, 10:45 AM
Hi MeetJayBlack,

I think that the sample project from the code library thread concerning update/insert/delete with stored procedures (linked under the Description section of the demo) can become a good reference point for you:

http://www.telerik.com/community/code-library/submission/b311D-tgcgc.aspx

Greetings,
Stephen
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
0
Shinu
Top achievements
Rank 2
answered on 13 Jun 2008, 10:57 AM
Hi MeetJayBlack,
You can  also go through the following code library link.
Automatic operations with SqlDataSource control

Shinu
Tags
General Discussions
Asked by
MeetJayBlack
Top achievements
Rank 1
Answers by
Sebastian
Telerik team
Shinu
Top achievements
Rank 2
Share this question
or