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

[Solved] save changes by a custom method

1 Answer 164 Views
GridView
This is a migrated thread and some comments may be shown as answers.
mr_iq73
Top achievements
Rank 1
mr_iq73 asked on 25 Apr 2010, 03:32 AM
How can I bound RadGridView such that it allows to edit cell contents bu do not save updates in the databse?
I want to use custom method for his purpose.

1 Answer, 1 is accepted

Sort by
0
Julian Benkov
Telerik team
answered on 29 Apr 2010, 10:18 AM
Hi mr_iq73,

The RadGridView control cannot autoupdate your database data.  The grid control changes data in an IList bound object in memory only. For more scenarios when DataTable and DataAdapter are used for data model, you must call the Update method of Table Adapter to change real data in your database. Please view the online help in MSDN library.

A bit off topic, please ask the person who has purchased our controls in your company to add you as a License Developer to the purchase. This will give you full access to the products your company has purchased, to our downloads section, and to our support ticketing system. Additionally, all your questions will be reviewed according to the license you have. More information on License Developers you can find here: www.telerik.com/account/faqs.aspx.

 
Greetings,
Julian Benkov
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
mr_iq73
Top achievements
Rank 1
Answers by
Julian Benkov
Telerik team
Share this question
or