I have an aspx page with UltraWebGrid v 10.3 (10.3.20103.2164) which I am able to make scrollable in IE 8/9 and Firefox by the following code:
gridMain.DisplayLayout.StationaryMargins =
_initHeaderFooter != null ? StationaryMargins.HeaderAndFooter :
StationaryMargins.Header;
gridMain.DisplayLayout.BorderCollapseDefault = BorderCollapse.NotSet;
gridMain.DisplayLayout.ScrollBar = ScrollBar.Always;
gridMain.DisplayLayout.ScrollBarView = ScrollBarView.Vertical;
gridMain.DisplayLayout.FrameStyle.CustomRules = "table-layout:fixed";
gridMain.DisplayLayout.FrameStyle.Height = new Unit(250);
gridMain.DisplayLayout.FixedHeaderStyleDefault.CssClass = "invWebTableFixedHeader";
Hello,
They UltraWebGrid is not supported in WebKit browsers like Safari & Chrome. The ULtraWebGrid has been replace by the WebDataGrid and is available in the 2010 Volume 3 release that you have.
Please see our supported enviornments pages for more information on this matter.
https://es.infragistics.com/support/supported-environments
The classic controls will soon be retiring. For more information on this please see the following link.
https://es.infragistics.com/community/blogs/b/taz_abdeali/posts/asp-net-product-changes
Please let me know if I may be of further assistance with this matter.
Sincerely,Mike P.Developer Support EngineerInfragistics, Inc.www.infragistics.com
Mike,
Thanks for the response. Does the WebDataGrid have the same interface as the UltraWebGrid? i.e. is it a drop-in replacement or do I have to recode my apps to a new API?
Is there a guide for developers to port apps to the WebDataGrid from UltraWebGrid?
What are the key new features and benefits of the WebDataGrid over UltraWebGrid? Are there any features in UltraWebGrid missing from WebDataGrid?
Thanks,
Chandra
Hello Chandra,
A good reference for upgrading from the UltraWebGrid to the WebDataGrid is the WebDataGrid / WebHierarchicalDataGrid Cheat Sheet. Information about the cheat sheet can be found at the following link.
https://es.infragistics.com/community/blogs/b/craig_shoemaker/posts/introducing-the-webdatagrid-webhierarchicaldatagrid-cheat-sheet
Another good reference for learning the WebDataGrid is out help documentation which can be found here.
http://help.infragistics.com/Doc/ASPNET/2011.1/CLR4.0/?page=Web_WebDataGrid_WebDataGrid.html
Upgrading from the UltraWebGrid to the WebDataGrid requires more than drag and drop. If you require help you can search the forums and request support.
I am following up to see if the information provided has resolved this matter.
Hi Mike,
Thanks for the resources. I'm sure they will be invaluable if we decide to go this route.
I was hoping there would be a quick fix for the scrolling issue, but it seems like it is going to require a bigger overhaul. We'll have to weigh this vs other business priorities but for now, it seems like this is going to be a low priority effort for us and we're just going to have to live with limited webkit support.