Hi,We have a page with two iframes and poth the iframes contains infragidtics ultrawegrid version(10.3.20103.1013).When ever the user clicks on the grid in one iframe we are populating the grid in the other frame based on specific value from first grid.The grid hangs after selecting any row and bottom iframe is also not getting refreshed.we are using the following handler to call the javascript1.CellClickHandler="OnGridCellClick" 2.RowSelectorClickHandler="OnGridCellClick"3.AfterRowActivateHandler="RowActivate"Awaiting for your response.Regarda,Ramraj S.
Hello ramrajs ,
It seems that there are no version-less assemblies for CLR 2.0.
Here’s the link to the trial version of 11.1:
http://users.infragistics.com/DeveloperSupport/Installers/NetAdvantage_Ultimate_20111_WithSamplesAndHelp.zip
Let me know if you need any further assistance.
Best Regards,
Maya Kirova
Developer Support Engineer
Infragistics, Inc.
http://ko.infragistics.com/support
Hello Maya,
Thanks for the response.
I read through the above article and it has the assemblies only for Framework 3.5 and 4.0. We are running our application in Framework 2.0. Can you please provide us the link to get Framework 2.0 DLLs else provide us Infragistics 11.1 version dowload link.
Regards,
Ramraj S
I apologize about the delayed response.
The “Ultra” controls were retired since version 11.2. The no longer ship with our control set for 11.2.
Please refer to the following blog post:
http://community.infragistics.com/blogs/taz_abdeali/archive/2011/11/17/asp-net-product-changes-in-2011-volume-2.aspx
You can still use them with version 11.2 with the version-less assemblies but keep in mind that they’ll no longer be eligible for product maintenance . A better option would be to use version 11.1 since in it they’re still available and they’ll have service releases for that versions until June 2012.
In the same blog you’ll find links to the version-less assemblies and a zip containing further instructions.
Let me know if you have any further questions regarding this.
Thanks for your reply.
We could not get the right DLLs from installed 11.2 version.I have attached the BIN folder of 10.3 and 11.2 version for your reference.
We are using Ultrawebgrid in almost all of our pages. The Installed 11.2 version does not have the Ultrawebgrid DLL in bin folder.
Please suggest us in getting those DLLs from 11.2 version for Framework 2.0.
Else provide us the link to download latest build of 10.3 version 10.3.20103.2217
Ramraj S.
Make sure you’ve changed the assembly references CLR version. For example if you use CLR2 then the IG assemblies you should use should start with Infragistics2, if you’re using CLR4 then they should start with Infragistics4 . Make sure that also there are no conflicting CLR versions referenced . Also pay attention to the actual dll you’ve added to the GAC or the Bin. They should also start with Infragistics2. If you notice no such conflict please send me a simple sample that reproduces your issue and I’ll investigate it further.