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
205
UltraGrids in Design Time
posted

Hey,

We just upgraded from 7.3 to 2010 v1 and I am noticing a major difference in how UltraGrids are handled in Design Time with Visual Studio.

Before the upgrade, the Design Time UltraGrid objects were selectable on forms and they would have a button on them to open an Editor type window, or an enhanced Property management window, whatever you want to call it. Since we have updated, the UltraGrids we have on our forms are not selectable. Instead, they show up as an icon on the strip of 'hidden' objects below the form. Also, I no longer have a way to get into the UltraGrid 'Editor'.

Is there a way to change this back to the legacy functionality? Or some other way to launch this editor, if it is even still provided?

Cheers,
Mark 

Parents
No Data
Reply
  • 469350
    Offline posted

    Hi Mark,

    Obviously, this is not an intentional change in functionality.

    If the grid shows up in the system tray, it means that Visual Studio is unable to find the grid's Designer assembly.

    This could be caused by having mixed references in your solution, by setting CopyLocal to true on the Infragistics assemblies, or by an installation problem. Check your project references and make sure all of the Infragistics assembly references are the same version and that none of them have CopyLocal set to true. If that doesn't help, try uninstalling and re-installing NetAdvantage.

Children