EntityViews do not seem to show newly created Entitites in the view.

Posts   
 
    
Jayro
User
Posts: 14
Joined: 15-Nov-2006
# Posted on: 02-Jan-2007 20:46:41   

Withdrawn - My Aplogies - solution to problem on http://www.llblgen.com/tinyforum/Messages.aspx?ThreadID=8543

Using 2.0, and Adapter Model.

I add new entities to the RelatedCollection, but they do not show up in the view. Even though I am positive that this new entity does in fact pass the test to show up in the view. View is created specifying PostCollectionChangeAction.ReapplyFilterAndSorter. And even though the entity would not show up in the view rigth after the AddNew(), I should at least get it in the view, once I set the properties to make it show up in the view.

Wird thing too...RelatedCollection ListChanged does not fire when I add the new item, or when I change the properties, Neither do the EntityView2.ListChanged Event. Any ideas?