Quantcast
Channel: WPF datagrid
Viewing all articles
Browse latest Browse all 3

WPF datagrid

$
0
0

I have a data grid, which displays List of below objects:

Class Sample : INotifyPropertyChanged

{

int name;

int val;

}

List<Sample> data;

UI loads with some set of Data values, after few min "data" gets updated. But the values are not getting updated in UI.

How can i make sure to update the Data grid on the UI whenever the list gets updated?


Viewing all articles
Browse latest Browse all 3

Latest Images

Trending Articles





Latest Images