Hi,
I have created a customized a combobox deriving from XamComboEditor. It's used to bind to a specific type of data which contains property for "items" and "selected item". I can specify EditorType in the field setting and BindingPath in the fild, but how should I build the the customized combobox so that it knows how to bind to the underlying data? Thanks.
Hello,
I apologize that this post was not answered sooner. We are making the effort to ensure all posts are addressed by an Infragistics expert.
You can create a style for your customized XamcomboEditor and apply it to the Field's Settings - EditorStyle property. This is basically the same approach to what you would do with the XamComboEditor (for example - setting the DisplayMemberPath, ValuePath, etc properties).
Thank you!