I moved pj from vs2010 to vs2012.. when I open page with grid ( any page ) grids somehow look differently, actually they become invisible. Attached two pictures to illustrate. Both are picture of the same aspx page with webdatagrid... I wonder if there is a property ( similar to z-order ) to push grid forward.
Also any special considerations to move project with infragistics control to VS2012... somehow after installing visual studio 2012 I can not find Infragistics on the main windows menu although i can see net advantage controls in VS2012...
I see that I have 4.5 assemblies... is there a special procedure to move up to VS2012... any reference to the documentation... thnx
Hello mcseidel ,
Thank you for posting in our forum.
Do you mean you can’t see the controls in the toolbox? If that’s the case you can run the toolbox utility again so that it generates the toolbox for VS2012 as well.
You should be able to find the utility at: Start Menu\Programs\Infragistics\NetAdvantage 2012.2\ASP.NET\Utilities
Does the grid have any columns defined in the mark-up? If so it seems that the designer does not pick them up for some reason.
You could try dragging a new WebDataGrid on the page and see if that one is displayed as expected.
I’m looking forward to your reply.
Best Regards,
Maya Kirova
Developer Support Engineer II
Infragistics, Inc.
http://ko.infragistics.com/support
VS2012 picked up controls into the tool box, but after I opened project it does not look as in 2010 ... ( see pictures ) also I can't find Infragistics utilities any longer.... also I noticed that there are 4.5 assemblies, should I just changer references in 2012 project... Is there some step by step procedure how to move controls from 2010 (4.0) to 2012 ( 4.5)
At the moment I think that the problem is related to some div(s) with background colors on the master page contents areas...
I’m glad to hear you were able to find the cause of the issue.
Generally to just move the project from VS2010 to VS2012 without upgrading the CLR version there’s no special steps needed.
If you open the old solution directly in VS2012 it should automatically attempt to upgrade it.
Let me know if there’s anything else I can help you with.