I am working on a local solution where windows UltraGrid is used, and cannot get the "UltraWinGrid designer" to show.
i can edit the grid no my colleagues machine. when he opens the control in vs2010, a "START" button appears on the bottom which launches the designer.
i cannot get that start button to show, and therefore can't edit the grids columns.
I installed (and re-installed) the following components no my machine:
NetAdvantage for .NET 2008 Vol. 2 CLR 2.0
NetAdvantage for .NET 2008 Vol. 1 CLR 2.0
NetAdvantage for .NET 2008 Vol. 2 CLR 3.5
and also run the "Create visual studio toolbox tab" script.
What exactly do i need to install to get UltraWinGrid Designer to show up?
Visual Studio 2010Application: CLR 3.5OS: Win XP 64bit
I fixed my trubles with adding the assembly Infragistics4.Win.v11.2.Design into my project.
Hi,
soppo onana madelein said:I fixed my trubles with adding the assembly Infragistics4.Win.v11.2.Design into my project.
That's not a good solution. The Design assembly is for developer use only. You cannot distribute it to your users (nor do you need to). And doing so would violate the license agreement.
Hie,
I found why the browser designer on ultrawingrid disappear.
I created 2 windows form.
The first contain a ultrawingrid and it has a browser designer.
The second inherit to the first windows form then it has a ultragrid too (inherit from the first windows form) but this second windows form haven't a browser designer. I think the inheritance disable the browser.