Advanced Forum Search Results
-
SL 3.0 datagrid. I have created my CellEditingTemplate using a XAML. My GetCellContent(e.Row) gives the GridRow back not the combobox.
Here is some code public static DataTemplate returnComboBoxDataTemplate()
{
StringBuilder sb = ...