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

ADO .NET RadGridView WindowsForm

1 Answer 123 Views
GridView
This is a migrated thread and some comments may be shown as answers.
Sil
Top achievements
Rank 1
Sil asked on 17 Aug 2007, 09:42 PM
Hi,

Some hours ago, I've posted some questions about diffulties when I try to update database table with changes coming from a radGrid which is connected through a dataset to that database, but my post is not in the list.

I need to know if there is possible to perform update/delete/insert commands, taking into account that the user is seen info in the grid and he 'll probably want to perform these changes directly wrinting new values in the grid's cells?

Thamk you for your prompt reply.
Best regards,
Sil

1 Answer, 1 is accepted

Sort by
0
Julian Benkov
Telerik team
answered on 20 Aug 2007, 01:51 PM
Hi Sil,

When DataSet is used, you must use a DataAdapter and call its Update function to update the database. Before calling this function you must set InsertCommand, UpdateCommand and DeleteCommand of the adapter to process all database updates properly. Visual Studio has an excellent DataSet editor and you can used it for setting up all commands and parameters of the tables and adapters in your DataSet

You can review MSDN for complete information and details on DataSets.

Let us know if you have other questions.
 

Regards,
Julian Benkov
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
Tags
GridView
Asked by
Sil
Top achievements
Rank 1
Answers by
Julian Benkov
Telerik team
Share this question
or