This question is locked. New answers and comments are not allowed.
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
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
