I am using RadControls for WinForms Q2 2010 SP1 with .NET 3.5.
I implemented interface INotifyPropertyChanged on object that I bound to grid.
Properties of objects change but values in grid are not changed.
It works fine with Microsoft grid.
How can I solve this problem?
Regards
1 Answer, 1 is accepted
0
Julian Benkov
Telerik team
answered on 02 Sep 2010, 02:14 PM
Hello Raymond,
In order to have all notifications and updates, your collection of custom objects must implement IBindingList interface or you can use the BindingList<> collection. As you know, the INotifyPropertyChanged interface for custom objects is needed as well. If you implement these interfaces all updates will happen automatically in RadGridView.
I hope this information is useful. Let me know if you need further assistance.
Kind regards,
Julian Benkov
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items