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";
Hi cs3145,
I am following up to check whether you need further assistance. Please contact me if you have any questions.
Best Regards,
Petar IvanovDeveloper Support EngineerInfragistics, Inc.http://es.infragistics.com/support
Hi cs31415,
UltraWebGrid is not currently supported under Chrome and Safari. You can see the list of supported environments at:
http://es.infragistics.com/support/supported-environments.aspx#SupportedEnvironments
Please contact me if I can be of further assistance.