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