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
235
XamComboEditor inside a XamDatagrid (version 12.2)
posted

Hi, We want to be able to set the FieldSettings.EditorType of a field in the XamdataGrid to (Infragistics.Controls.Editors.XamComboEditor) instread of (Infragistics.Windows.Editors.XamComboEditor) because we want to take advantage of the multiselect feature. However, we are not being able to cast (Infragistics.Controls.Editors.XamComboEditor) to a ValueEditor. 

field.settings.EditorType = typeof (Infragistics.Controls.Editors.XamComboEditor); throws an exception.

Is there another way to do this in code?

I am attaching a sample project which demonstrates the issue.

XamDataGridMultiComboBox.zip
Parents Reply Children