This thread looks to be a little on the old side and therefore may no longer be relevant. Please see if there is a newer thread on the subject and ensure you're using the most recent build of any software if your question regards a particular product.
This thread has been locked and is no longer accepting new posts, if you have a question regarding this topic please email us at support@mindscape.co.nz
|
Our application uses BindingList a lot and the DataGrid displays all items in the BindingList without a problem. But when I add an item to the BindingList, the DataGrid is not automatically updated. Only when I explicitly refresh by for instance forcing a sort on one of the columns, the view is refreshed and the new item is displayed. When I use an ObservableCollection as the ItemsSource for the DataGrid, new items are immediately displayed. Is this a bug or is this by design? |
|
|
Hello Rob Thanks for pointing this out. This was missing functionality. We have resolved this issue and you can download the fix through the next nightly builds. The next nightly build will be available at around 1200 GMT - about 11 hours after I wrote this. Nightly builds can be downloaded from the downloads page: http://www.mindscapehq.com/products/wpfelements/nightly-builds Let us know how it goes. -Jason |
|