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
180
ComboBox or XamComboEditor
posted

I'll start off by saying that I'm still new to WPF and even more so Infragistics...so bare with me.

I have a XamDataGrid and I want to add a ComboBox to the add row for a specific column.  We have a collection of Strings (in List<String>) that I want to display in the combo box.  I've seen a lot of examples that show to use a ComboBoxItemProvider but not sure if this is the correct / only way to load the data in the ComboBox.  Also, I want to set the binding all in the xaml and not in the code behind.

Are there any examples on how to do this?  Or any idea?

Parents
No Data
Reply Children