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

GridView Refresh UI fail

0 Answers 62 Views
GridView
This is a migrated thread and some comments may be shown as answers.
Neogeo
Top achievements
Rank 1
Neogeo asked on 20 Sep 2012, 05:12 AM
The GridView is binding to a collectionview from the viewmodel:
 ItemsSource="{Binding Path=dataitemscv, NotifyOnSourceUpdated=True}"

which dataitemscv is a ICollectionView

I have checked dataitemscv is updated.

The collectionchanged event did fire with action as reset

I have tried to Refresh() the collectionview in viewmodel

I have tried to Rebind the GridView in code behind

nothing will update the UI, any suggestions?

No answers yet. Maybe you can help?

Tags
GridView
Asked by
Neogeo
Top achievements
Rank 1
Share this question
or