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
175
Adding Winform Combo box to Ultra grid
posted

I have an ultragrid with two columns and multiple rows.

For example States and LastName are the rows and if Column says States then i need to populate a combobox with the enumerated list of state values and if  Column is Lastname then i would have a text box in the adjacent column. Dynamically bind second column with combobox or text box depending on value of first column.

My requirement is to bind a winform combobox not the ultracombo box to the grid since my organization has a wincontrol helper for combox binding. My question here is can this be implemented ? Please post me some example snippets.

Thanks in advance .

I am new to infragistics so any help will be greatly appreciated

 

Parents
No Data
Reply
  • 69832
    Offline posted

    The short answer to your question is no, not realistically. You could theoretically turn a ComboBox into an embeddable editor that can be hosted by the grid, but it is a relatively enormous undertaking after which you might not be happy with the result. I'm not sure if you are aware of this, but UltraComboEditor supports data binding in the same manner as the .NET ComboBox.

Children