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

Refresh RadGridview in Wpf

1 Answer 146 Views
GridView
This is a migrated thread and some comments may be shown as answers.
Rahul
Top achievements
Rank 1
Rahul asked on 29 Mar 2011, 07:34 AM
I'm developing MVVM application. I bind the DataGrid ItemsSource to a ObservableCollection in the ViewModel code. Every user control (eg. TextBox, Label, etc) in the UI except the DataGrid works fine. When the PropertyChanged event is fired, the value is displayed correctly. But not in the DataGrid, I use TwoWay mode, but it seems that the DataGrid never refresh itself. The DataGrid content is refreshed only when I try to sort any DataGrid column.

1 Answer, 1 is accepted

Sort by
0
Vlad
Telerik team
answered on 29 Mar 2011, 07:56 AM
Hi,

 Can you post more info about your grid version? Can you verify if your scenario will work properly with standard WPF DataGrid?

Greetings,
Vlad
the Telerik team
Tags
GridView
Asked by
Rahul
Top achievements
Rank 1
Answers by
Vlad
Telerik team
Share this question
or