Resolving harmless binding errors in WPF II : 2 approaches for removing data binding errors due to heterogeneous types in a hierarchical view

Posted by akjoshi on ASP.net Weblogs See other posts from ASP.net Weblogs or by akjoshi
Published on Tue, 18 Dec 2012 12:20:00 GMT Indexed on 2012/12/18 17:03 UTC
Read the original article Hit count: 322

Filed under:
|
This is a continuation post to my previous post Resolving harmless binding errors in WPF in which I talked about various ways of  resolving different binding errors etc. I recently came across another situation in which we get these binding errors and how they can be resolved. Problem: If you have a tree with 2 types of items in it and you use different DataTypes for each of them, then you will get binding errors because of missing Properties in either one of the item. In our case we had binding...(read more)

© ASP.net Weblogs or respective owner

Related posts about .NET

Related posts about wpf