In Silverlight there is no DataGridComboBoxColumn in the DataGrid.
This is sad. What is the best way to recreate this functionality.
In Silverlight there is no DataGridComboBoxColumn in the DataGrid.
This is sad. What is the best way to recreate this functionality.
You don't really need a specific class. Use a DataGridTemplateColumn and set the template to have a combobox.
This is a good overview with some dowwnloadable code http://weblogs.asp.net/manishdalal/archive/2008/09/28/combobox-in-datagrid.aspx