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://ko.infragistics.com/support/supported-environments
The classic controls will soon be retiring. For more information on this please see the following link.
https://ko.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://ko.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 facing similar issue. Can u suggest me how much time it should take to upgarde from the UltraWebGrid to the WebDataGrid