Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
65
Ultrawebgrid width - Can't get it to go all the way across the screen.
posted

I cannot get the ultrawebgrid to use the entire screen real estate.  This unfortunately will be a deal breaker if we can't get this to work.  Something so simple you would think.  I have spent quite a bit of time on this issue to no avail.  Please help.  We wither need to nix Infragistics or fix this issue.

 I currently have the following width settings but the grid still only goes across the screen to compensate for the column header text lengthu.

<igtbl:UltraWebGrid ID="UserUltraWebGrid" runat="server" oninitializelayout="UserUltraWebGrid_InitializeLayout" StyleSetName="Pear" Width="100%">

<bands>

<igtbl:UltraGridBand>

<RowStyle Width="100%" />

And these settings for display layout

 <displaylayout name="UltraWebGrid1" selecttyperowdefault="Single" stationarymarginsoutlookgroupby="True" version="3.00" AllowUpdateDefault="Yes" BorderCollapseDefault="Separate" RowHeightDefault="20px">

<rowstyledefault backcolor="Window" bordercolor="#AAB883" borderstyle="Solid" borderwidth="1px" Font-Names="Verdana" Font-Size="8pt" Wrap="true" Width="100%">

<padding left="3px" />

<borderdetails colorleft="Window" colortop="Window" />

</rowstyledefault>