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
80
UltraComboEditor bound to UltraGrid column no longer working since upgrade from version 8.1 to 14.1
posted

I have an existing Winform application that I recently upgraded from the v 8.1 version of your controls to the v 14.1 version.

I have many UltraComboEditors which are specified as the Editor Components for columns in my UltraGrids.

 

Since my upgrade to v 14.1 they are no longer working properly, they no longer pop up their values when clicked, and I am no longer able to edit the linked columns values.  Are there certain changes I need to make to my application besides running the Infragistics Version Utility Version 2014.1 on my projects?

Thanks in advance,

 

Tim

 

Parents
No Data
Reply
  • 23930
    Offline posted

    Hi Tim,

    Thank you for posting in our forums.

    It seems that the property to assign the editor in 8.1 is EditorControl, which since then have been marked as obsolete and you should use the EditorComponent property. Other than that assigning the UltraComboEditor to a column in an UltraGrid, doesn’t require anything else – just set the EditorComponent property to an UltraComboEditor.

    I have attached a sample which demonstrates how to implement this in 14.1. If you are still struggling with this functionality, please provide me with a sample that demonstrates the issue and I will be glad to implement this feature in it.

    I am looking forward to hearing from you.

    WG_EditorComponent.zip
Children