Hi All,
I'm using Silverlight 4. I need to do grouping in my DataGrid. So i need to add add reference to System.ComponentModel. I could not find System.ComponentModel in "Add Reference". I added reference to System.ComponentModel.DataAnnotations and the added the following XMLNS in my XAML Page
xmlns:cm="clr-namespace:System.Windows.Data;assembly=System.ComponentModel"
It still says that assembly System.ComponentModel cannot be found. Can anyone pls help me out. Thank you.