Hi,
I've a RadGridView binding : ItemsSource="{Binding Entities1, Mode=TwoWay}".
The MVVM works fine, because the items will be show correctly.
On the MVVM class, I've the dispatcher timer that change a single value of two property of the entities loaded,
but the grid doesn't refresh the single cell.
I need to re-attach the datacontext to view the last value updated, but in this scenario the selected row and the pager will be lost.
Is there other way ?
Thank you !
Best regards.
I've a RadGridView binding : ItemsSource="{Binding Entities1, Mode=TwoWay}".
The MVVM works fine, because the items will be show correctly.
On the MVVM class, I've the dispatcher timer that change a single value of two property of the entities loaded,
but the grid doesn't refresh the single cell.
I need to re-attach the datacontext to view the last value updated, but in this scenario the selected row and the pager will be lost.
Is there other way ?
Thank you !
Best regards.