This question is locked. New answers and comments are not allowed.
Hello,
I am upgadring a module, where http://www.bodurov.com/files/DataSourceCreator_INotifyPropertyChanged.zip is being used to populate GridView.
itemList = Dictionary<string, object>;
this.gvGrandMain.ItemsSource = itemList.ToDataSource();
The grid i polulating properly.
I have to implement "INotifyPropertyChanged" on my gridview, so that any change in one cell get reflected on other cells too.
Being very new to GridView and INotifyPropertyChanged, i don't know what additions or modification i have to make in my gridview to make this INotifyPropertyChanged work.
Could you please help me out or suggest me some complete examples where Vladimir Bodurov's INotifyPropertyChanged is implemented.
rgd
Alfa Soft.
I am upgadring a module, where http://www.bodurov.com/files/DataSourceCreator_INotifyPropertyChanged.zip is being used to populate GridView.
itemList = Dictionary<string, object>;
this.gvGrandMain.ItemsSource = itemList.ToDataSource();
The grid i polulating properly.
I have to implement "INotifyPropertyChanged" on my gridview, so that any change in one cell get reflected on other cells too.
Being very new to GridView and INotifyPropertyChanged, i don't know what additions or modification i have to make in my gridview to make this INotifyPropertyChanged work.
Could you please help me out or suggest me some complete examples where Vladimir Bodurov's INotifyPropertyChanged is implemented.
rgd
Alfa Soft.