ToSyncList is causing unwanted behavior #3450
Unanswered
Chicagoan2016
asked this question in
Questions
Replies: 1 comment
-
I'm not sure I follow? You are (I assume) using the The |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am sure the solution is simple : ) We have an application that has a combox with data source of Csla readonly collection.
We had filtered the collection using ToSyncList butdon't want LinqObservableCollection anymore.
ToList(ourchildobject) or ToList() gives us System.Collections.Generic.List
We would like to have 'our' Csla collection as return value.
Kind regards
Beta Was this translation helpful? Give feedback.
All reactions