I have an EntityService class which wraps around entity operations and also provides the WPF application ObservableCollections of materialized entities.
All, I was just implementing a Webservices method that needs to take as an argument a list of objects. On the client side, I tried to call this passing it a list of the objects, but the compiler comp
Consider the following code: public ObservableCollection<Message> Messages { get { return new ObservableCollection<Message>(); }
I\'m trying to get bind a textbox text property to an observable collection, and report changes back to the collection. The ContactLog property gets set from the calling page.
I am using this code to update my grid. It is not working. Grid is not updating. I cannot find any problem with the code. This is a Help Desk app. I am trying to update a closed ticket on the server w
I am fetching data from an URI and parseing the xml to populate my ObservableCollection<\"classname\"> and showing it on the GridView in my WPF project. The problem I am facing is, when i delete an
I am trying to filter my users observableArray which has a nested keywords observableArray based on a keywords observableArray on my viewModel.
I\'m new to WPF and I\'ve found some similar questions but can\'t quite figure out the last part.I have a ViewModel with an ObservableCollection that contains error messages. I want to display these o
I created a wrapper to extend an ObservableCollection<T> [Serializable] public abstract class ModelCollection<TModel> : ModelCollectionBase,
I am not sure what i am trying to achieve is actually achievable or not. I have an observablecollection with me and its collectionchanged event is already been handled. What i want to do is I want to