I'm trying to use Infragistic's ultragrid control. When I drag the control on the form it shows at the bottom(where controls with no look appear). And it is not visible in on the form. I'm using infragistics 6.1
Hi,
If the grid shows up in the component tray, it's an indication that something went wrong during the install process.
Did you install the assemblies using the Infragistics NetAdvantage installer? If you just copied the assemblies to the machine without the installer, then that would cause the problem you describe.
This problem occurs when Visual Studio cannot find the designer assembly for the grid. So you might want to check the Assembly folder on your machine and make sure it includes the Infragistics Design assembly. I think it's called Infragistics2.Win.v6.1.Design.
If it's not there, you could try uninstalling and reinstalling NetAdvantage.
I had the same problem when using source controlled infragistics assemblies. I installed the same version of NetAdvantage as the sourced assemblies' version but the installer automatically installed an update (newer version) which conflicted with the sourced assemblies (the sourced assemblies were being referenced properly but the designer assembly was a newer version). I resolved this problem by uninstalling the update in Programs And Features -> View Installed Updates (Windows 7).
Hope this helps anyone with a similar problem.