All,
First I hope I have the right forum. I couldn't find "UltraWebGrid" in the forum list. My question is simple:
I'm running a web site using Infragistics2.WebUI.UltraWebGrid.v9.1, Version=9.1.20091.1015
There numerous issues with the UltraWeb Grid not performing correctly in IE9.
From what I can glean from the forums I need to upgrade to a 10.1+ version of the controls. Before I tell my boss to lay out the cash... is this what I have to do?
Then I also read that the UltrasWeb Grid is not part of the 10.1+ versions of the Asp.Net controls, so I would have to manually replace 30 - 40 UltraWeb Grids with the new control?
Any definitive answers would be greatly appreciated.
Thanks, Joe
Hello Joe,
Yes, you have the correct forum. "WebGrid" and "UltraWebGrid" are the same control.
IE9 is supported in the ASP.NET Classic Controls (including UltraWebGrid) in versions 10.1 - 10.3 (Service Releases only) and 11.1 (Volume Release and Service Releases).
IE9 Support Plans for ASP.NET Controls
The Classic Controls (including UltraWebGrid) were removed starting in version 11.2.
ASP.NET Product Changes in 11.2
To continue using UltraWebGrid with support for IE9, any version from 10.1 - 11.1 can be used. From version 11.2 on, the Classic Controls have been retired. WebDataGrid and WebHierarchicalDataGrid are the new versions of the grid control.
ASP.NET Classic Control Migration Guide
I hope this information is helpful. Let me know if you have further questions.
Elizabeth AlbertLocalization Engineer
Hi, we are currently using 2009.1 and some user on IE9 facing the ultrawebgrid click on the item on grid back and forth, will have problem to double click to view the item.
So I upgraded Infragistic installing 2011.1, however the problem still persisted. Any idea?
Hello,
I have read your post and I am not understanding what the issue is that you are seeing. Do you have a sample that demonstrates the issue that I could look at? If you don't have a sample, please provide a more detailed description of the issue so that I may look into this.
Let me know if you have any questions.
Above is the Ultrawebgrid. The problem scenario:
1. Double click on any item once this page load, will open the detail page for that item.
2. Click 'once' on any item, and try to go to next item and 'Double' click it, will result as print screen above. Can't double click to go into any item details.
this happen on IE 9. As explain on previous post, i upgraded to 2011.01, still this happen. do i miss out something somewhere?
thanks!
PS. I don't seem to able to post the printscreen. I'm able to paste the printscreen on here when i edit, but after post, the printscreen didn't appear. any workaround?
I'm glad you solved your issue.
If you have any other questions or concerns, please don't hesitate to ask.
I compared your sample to my page. The problem ended up being my DOCTYPE. I switched it to the following.
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
I tested with v10.3.2217 which is the last SR and the DblClick event was fired as expected. I am attaching the sample for your reference.
I have ran into the same issue with not being able to double click an ultrawebgrid row in IE9. What did you do to resolve this issue? I'm on Infragistics 10.3.
ok. i got it to work the ultrawebgrid. miss the version.