We have a subscription for the NetAdvantage 2010 V2 but when I open a web project and in the tool box it does not show me to add Web Data Grid. The project has been upgraded from older version. It used to have Ultra Web Grid and it is working but the sample code I am looking on infragistics samples, uses tags like "<ig:WebDataGrid" but my grid on my project uses "<igtbl:ultrawebgrid" not sure if these 2 are same or what am I missing here?
Please help...
Thanks
Hi rbhavsar,
Have you run the toolbox utility to show the WebDataGrid in the toolbox tab? Furthermore, is the Infragistics.Web.dll in the GAC? If you are running a WebApplication, you'll need to make sure that this dll is referenced since WebDataGrid is in a different dll than the UltraWebGrid. You'd also need a proper tag prefix registered somewhere (aspx or web.config).
regards,David Young
Thanks David,
I have ran the "Create Toolbox Tab for CLR 2.0" from the utilities folder. So when I open Visual Studio 2005 it does show me the tab in the toolbox for "NetAdvantage 10.2 ASP.NET CLR 2x" and it has some controls but not the DataGrid. I also added "Infragistics2.Web.v10.2" under the references on my project.
Also about the tag prefix registration, usually when you add a control on web form it takes care of that automatically so not sure about the exact tag to enter manually.
Thanks again
Raj
Hi Raj,
Have you installed the Ajax 1.0 extensions? You'll need to do this and then rerun the toolbox utility.
-Dave
OK, I don't think I have it. Where do I get it from? I checked the "Utilities" folder and did not find it. I also looked at the Downloads unde "My IG" on the website and don't see anything there either...
It should be available in the install directory for our product. If for some reason the installer is not there, simply search for it online. It should be very easy to fin. Microsoft Ajax Extensions 1.0.
That did the trick....
Thanks David