I want to design the property window in Silverlight by using DataGrid. It will have two header columns. The value header can have the different types of controls. It might have combobox, textbox and other controls. Here is the view for the datagrid.
- Name--------------Type of the control(Control to display)
- DisplayText-------TextBox
- Type--------------ComboBox
- IsEnabled---------CheckBox
If it is not possible in the datagrid then please suggest some other way to achieve the same.