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

Editing data in gridView

2 Answers 45 Views
GridView
This is a migrated thread and some comments may be shown as answers.
Xaria D
Top achievements
Rank 1
Xaria D asked on 05 Aug 2010, 05:08 AM
I have a  GridView in my application which displays product information.
Now when  user selects a product, a window is shown. The user can update description here. This description is saved to DB.
Now I want to reflect these changes in the GridView w/o making a new query to DB.
How to assign the changed description to selected product??

2 Answers, 1 is accepted

Sort by
0
Accepted
Vlad
Telerik team
answered on 05 Aug 2010, 06:31 AM
Hello,

 If your data item is INotifyPropertyChanged the grid will update itself immediately. Otherwise you should call Rebind() method of RadGridView. 

All the best,
Vlad
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
0
Xaria D
Top achievements
Rank 1
answered on 05 Aug 2010, 06:49 AM
Thanks
Tags
GridView
Asked by
Xaria D
Top achievements
Rank 1
Answers by
Vlad
Telerik team
Xaria D
Top achievements
Rank 1
Share this question
or