IDataErrorInfo Questions

1

Data binding to an index property of a collection using WPF
Hello: We are trying to do data binding to an element of collection thru an indexing property. However, the code does not seems to work. Please help. The following is the sample code: [The following is the code for the object in questions:] using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.ComponentModel; using System.Xml.Linq; [...]

Answer Question   |  August 4, 2008  12:25 AM
Databinding, IDataErrorInfo, LINQ, Windows Presentation Foundation, wpf
asked by:
15 pts.

1