ScottGu announced the RC0 build of Silverlight 2 last week and today we have published a refresh to AgDataGrid to support it.
Along side the changes that were needed to support RC builds, and bug fixes, this refresh contains something a lot of you have been asking for. The ObservableCollection support. The grid will now participate in the INotifyCollectionChanged chain. So if you bind to an ObservableCollection<T> or implement INotifyCollectionChanged, the grid will get refreshed when the notifications happen.
If you prefer to control the refreshes manually, a couple of new methods have been surfaced to help with that:
- BeginRefresh
- EndRefresh
- CancelRefresh
- Refresh
To download the latest bits please login to your Client Center area and if you have not downloaded the grid before you can get it from
http://www.devexpress.com/Products/NET/Controls/Silverlight/Grid/
Cheers
Azret