All Tags »
DataGrid »
refresh »
"Data Binding" (RSS)
Sorry, but there are no more tags available to filter with.
-
Hi,
I would like to know how I can make my DataGrid to refresh its content when I tell it to.
In fact, my DataGrid is bound to an ObservableCollection. My data are refreshed every milliseconds in a working thread and my GUI becomes unresponsive, trying to refresh its display everytime my data are updated.
So I would like to create a timer that ...