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
4165
UltraComboEditor as cell Editor Componenet not showing values #2
posted

Hi,


I am using the editor component of a cell and setting it to a UltraComboEditor that I create in that form and setting it's DataSource equal to a generic list.

To get the datasource to work, I am adding the control to the Controls collection. The only issue is that the control is then being dumped on the form as well. I only want it to show on my grid.

Am I missing something simple?

Parents
  • 4165
    Offline posted

    Is it enough for me to just say

    CombEditorInstance.BindingContext = Form.BindingContext

    ?

    Thanks,

    M

Reply Children