Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
145
Select first item of un unbound combobox column
posted

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

Parents Reply Children
No Data