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

[Solved] Edited data not committed

1 Answer 39 Views
GridView
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
xp
Top achievements
Rank 1
xp asked on 30 Jul 2009, 06:41 PM
URGENT!

I  have a gridview like this:

<telerikGrid:RadGridView Name="DataGrid"  ItemsSource="{Binding Path=vDataList, Mode=TwoWay}" IsReadOnly="False" RowIndicatorVisibility="Visible" AutoGenerateColumns="False" ColumnsWidthMode="Fill"   CanUserFreezeColumns="False" Margin="5,10,5,5">

After I edited data  in grid cells, the data in ItemsSource is never updated. Is this a problem? BTW, my telerik control version is 2009.1.312.1020

Thanks

1 Answer, 1 is accepted

Sort by
0
Vlad
Telerik team
answered on 31 Jul 2009, 05:16 AM
Hello sam,

I'm really sorry however from provided info we definitely cannot tell you where is the problem. Can you send us small running example demonstrating this? How the grid is bound in your case? The best approach will be ObservableCollection from INotifyPropertyChanged objects.

Best wishes,
Vlad
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
Tags
GridView
Asked by
xp
Top achievements
Rank 1
Answers by
Vlad
Telerik team
Share this question
or