I just upgraded from INF2008v1 to INF2008v3. At the same time I upgraded my project to use the .Net 3.5 framework. When I attempted to modify some UltraGrid settings I found that I could not right click the grid to access the UltraGrid Designer. I attempted to add a new form to the project and drag an UltraGrid control to the form. When I did the control did not appear on the form but in the control area at the bottom of VS2008. No matter what I did I was unable to get the grid in the form.
To test I created a new project with a new form. I then attempted to drag an UltraGrid control to the form which it worked as usual and along with that came the Quick Start Wizard.
On my existing project I went through all the forms that had UltraGrids on it and all of them give me same conditions as described at the start of this post.
Might anyone have any suggestions short of me having to move all my code to a new project?
With the assistance of Ashok in support this issue was resolved. I was instructed to upgrade the project again using the Project Upgrade Utility. After upgrading they always suggest you clear out the bin folder. I had done this before but not all files within the bin folder because some of the files is XML documents that is default look and feel when the user opens forms with grids on them. I was clearing out all files except XML documents, but it appears that other XML documents are associated with the project. So when I cleared out all files expect my custom XML documents the issue cleared up.
Hats off to the support team at Infragistics. Of all the software I use they by far have the best customer support.
Thanks for posting what you did to fix it - many people don't when the fix occurs outside of the forum - I just ran into the same issue right now when going from 2008v2 to 2008v3, and this allowed me to fix it.