Wpf datagrid observablecollection?

I think this is probably what you are looking for blogs.msdn.com/vinsibal/archive/2008/08/....

I think this is probably what you are looking for. blogs.msdn.com/vinsibal/archive/2008/08/....

Thanks for the reply, It is indeed a very helpful blog. I think I now understand what I am trying to look for. I will repost my question.

Thanks again! – jxd215 Nov 10 '09 at 4:52.

I'm working on a large database application using WPF. So far, I have been able to create a DataContext using Link to Sql class, store it in an ObservableCollection, and feed it to my DataGrid as DataContext. Do I have to use a Proxy Class that contains all these columns and ids?

Should I modify my observablecollection, or should I handle everything in the code behind based on events? I like the fact that the datagrid does basic CRUD which is in fact great since I'm on a time constraint at the moment. I am fairly new to WPF and particularly to the DataGrid control.

I also have read about IValueConverters but I'm not exactly sure if this is the way to go and what performance issue I might encounter. I found this code so far and had some progress but now the issue is sorting.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions