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
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.
Hi Mike,
I am Jonatan, Mark's colleague. I want to give you some more details on our issue. We have purchased infragistics source and we are attempting to add RightToLeft support to a few controls. We are re-compiling the entire source, and are using these assemblies in our main project. We also changed the assembly names so that they don't include the version, for easier upgrades in the future. The code compiles and the new assemblies run with the application. The problem is the design time support is gone.
Since we bought the license for the source, we would like to be able to use it, along with the design capabilities.
Please advise,
Jonatan