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
|
Hi There, On one of our user controls, there is DataGrid which we bind the ItemsSource to a BindingList (Called it "MyList"), when we update the BindingList from backend (i.e. from a button's click event). There are 2 problems: 1) When we clear the BindingList by calling MyList.Clear() to remove all the records, the datagrid will not refresh and all the items are still showing on the DataGrid. 2)BindingList.ResetBinding() does not work, here are the steps to show on adding records to the BindingList:
the datagrid will not refresh and new item will not be shown on the DataGrid. All worked in Version 5.0 at (Sept 5, 2013 nightly build) but no longer worked in the new version 6.0 (we are using Jan 22, 2014 nightly build). It took me a few hours to identify the issue. It will be appreciated if you can fix the issue asap. Gordon |
|
|
Sorry Gordon This issue will be resolved in the next nightly build. -Jason Fauchelle |
|