Hi,
after invoke command from button:
edit mode is canceled but values in cells are not undoing...
I use ActionAfterLostFocus="None" attribute on my gridview and in RowEditEnded event dictiorany OldValues is empty...
How can i force gridview to load old data?
I use List<MyClass> as ItemsSource for gargridview instead of ObservableCollection<MyClass>. Can it cause the problem?
I think that my source list is updated after each cell editing. I thought that source will be updated after commitedit event...
after invoke command from button:
<telerik:RadButton Content="Cancel" Command="telerik:RadGridViewCommands.CancelRowEdit" CommandTarget="{Binding ElementName=nameOfRGV}" />
edit mode is canceled but values in cells are not undoing...
I use ActionAfterLostFocus="None" attribute on my gridview and in RowEditEnded event dictiorany OldValues is empty...
How can i force gridview to load old data?
I use List<MyClass> as ItemsSource for gargridview instead of ObservableCollection<MyClass>. Can it cause the problem?
I think that my source list is updated after each cell editing. I thought that source will be updated after commitedit event...