There is a lot of activity in this forum so I thought it worthwhile warning/reminding that if you upgrade to 11.2 like I just did, you will find that UltraWebGrid is no longer included.
See this http://blogs.infragistics.com/forums/p/62330/315953.aspx#315953
and this
http://blogs.infragistics.com/blogs/taz_abdeali/archive/2010/03/04/asp-net-product-changes.aspx
So back to 'undoing' the upgrade for me....
Hi Please help me with my issues.
I have the latest ultrawebgrid 11.1 and in IE9 works properly but not in google chrome. I am hosting my webite on windows 2008 IIS8.
Is there any latest version of ultrawebgrid?
Thank you.
Hello Mohammad,
Thank you for the update. V11.1 has assemblies built for CLRs 2.0, 3.5 and 4.0. The default install location for CLR 3.5 is the following:
C:\Program Files (x86)\Infragistics\NetAdvantage 2011.1\ASP.NET\CLR3.5
To get the 3.5 version of the controls in your toolbox please see the following links:
http://help.infragistics.com/NetAdvantage/ASPNET/2011.2/CLR4.0?page=Web_Getting_Started_Running_the_Toolbox_Utility.html
http://help.infragistics.com/NetAdvantage/ASPNET/2011.2/CLR4.0?page=Web_Getting_Started_Using_the_Choose_Toolbox_Items_Dialog_Box.html
http://help.infragistics.com/NetAdvantage/ASPNET/2011.2/CLR4.0?page=Web_Getting_Started_Dragging_Assemblies_from_the_Bin_Folder.html
Please let me know if you have any questions concerning this matter.
Sincerely,Mike P.Developer Support Engineer IIInfragistics, Inc.www.infragistics.com
Hi Murtaza,
We have Sharepoint 2010 application in which we are using Infragistics 8.2 version. Which is compatible with IE7 and IE8, but now the users have IE9 browsers, because of which we have to make it IE9 compatible asap.
Issue is, Only Infragistics 11.1 and onwards versions supports for IE9 compatibility. i downloaded the 11.1 version from the links you have given as signed and unsigned assemblies.
These assemblies seems to have been built with .Net Framework 4.0. SharePoint 2010 targets only .Net Framework 3.5 version. So when i'm trying to refer the infragistics 11.1 version assemblies in my sharepoint application, it will obviously not allow.
Now the biggest issue here is, since i have to make my Sharepoint webapplication available to IE9 users, i cannot because infragistics 8.2 version does not support that. If i have to then i have to use 11.1 version which Sharepoint does not support because 11.1 is built with framework 4.0.
i have got stuck in a deadlock situation now. can you please suggest how to make my sharepoint 2010 webapplication available to IE9 users.
Turns out I had 10.2 dlls in my bin folder (so I can deploy w/o worrying about wht is installed on the server). Replacing them with 11.1 dlls allowed my site to build and run. No more 'ambiguous' errors.
After pulling my original 10.2 based version back from TFS, I ran the VU for 11.1 which at least builds OK.
Running the project gives me the following which seems odd since I use the same ultrawebgrid parameters directly on grids (rather than via a skin which this is) and they at least built correctly. ..
Server Error in '/' Application.--------------------------------------------------------------------------------
Compilation Error Description: An error occurred during the compilation of a resource required to service this request. Please review the following specific error details and modify your source code appropriately.
Compiler Error Message: BC30560: 'TableLayout' is ambiguous in the namespace 'Infragistics.WebUI.UltraWebGrid'.
Source Error:
Line 43: </asp:GridView>Line 44: Line 45: <igtbl:UltraWebGrid SkinID="UltraWebGrid" runat="server">Line 46: <DisplayLayout AllowColSizingDefault="Free" AllowColumnMovingDefault="OnServer" Line 47: AllowSortingDefault="OnClient" BorderCollapseDefault="Separate" HeaderClickActionDefault="SortMulti"
Source File: C:\Users\wsk01022\Documents\Visual Studio 2010\Projects\ROW_Base\ROW_Base_Application\App_Themes\FBRWS\Default.skin Line: 45
....