i have upgraded a vs 2005 project to vs2008 and upgraded infragistics to 2008 v1 with clr 3.5
I am unable to move or resize a grid (or any other infragistics control) on the design surface.
I spoke to tech support and all they could suggest was to verify that the references were correct (they are) but it still does not work
any help would be appreciated
thanks
Rod Brayman
I am going to take a guess here and say when in design view the controls are not even clickable and when you try to select them you get a blue or red border around that entire region yes?
yes, also the entire control turns blue
This is pretty much why I stopped using design view all together and just stick to source view, it isn't the infragistics controls but rather the DIV or TABLE you have wrapped around them there actually is a MS HotFix for this as well as the dreaded Intelisense hanging your programming efforts for about 5 seconds every couple of minutes (normally on bigger projects)... I am not sure what the link is off the top of my head but do a search for visual studio 2008 hot fix + intellisense or something along those lines and you should find it... Short of that not much you can do about it because for some reason the designer treats the div, asp:panel (and some table) tags as primary controls which is why you cant get inside to the sub controls it is expecting you to open the primary control and edit the children controls
thanks, i'll try the hotfix