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
2170
How to embed a customized combobox into grid cell
posted

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.

Parents
No Data
Reply
  • 69686
    Verified Answer
    posted

    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!

Children
No Data