I'm a XamDataGrid with un unbound combobox column, and the ItemsSource is filled dynamically using linq.
Everything it's ok, but I must to pre-select the first item of the comboboxEditor, something like
cboXX.SelectedIndex = 0;
But I can't found how to do it with the combobox column / editor.
Any ideas?
Marcos