this.ultraWebGrid1.Width = Unit.Percentage(100);
this.ultraWebGrid1.Height = Unit.Percentage(100);
this.ultraWebGrid1.DisplayLayout.FrameStyle.CustomRules = "table-layout:auto";
Wednesday, December 3, 2008
get rid of scrollbars and set maximum width and height in UltraWebGrid
Posted by Suryan at 11:41 AM
Subscribe to:
Post Comments (Atom)
1 comments:
its a nice solution it also solved my grid overlapping problem.
Thanks
Post a Comment