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
4110
UltraWebGrid doesn't scroll
posted

I have an Ultrawebgrid that is databound to a dataset. The html code is below and I cannot get it to display the horizontal and vertical scrollbars. I thought this was automatic, but I'm missing something somewhere. What do I need to do to display them? Thanks.

<igmisc:WebAsyncRefreshPanel ID="WebAsyncRefreshPanel1" runat="server"  >
<igtbl:UltraWebGrid ID="igShowAll" runat="server" DisplayLayout-AutoGenerateColumns="true"
EnableAppStyling="True" StyleSetName="Claymation" StyleSetPath="~/ig_res/" DisplayLayout-CellPaddingDefault="5"
DisplayLayout-Pager-AllowPaging="true" DisplayLayout-Pager-PageSize="500" DisplayLayout-Pager-PagerAppearance="Both"
DisplayLayout-ScrollBar="Auto" DisplayLayout-ScrollBarView="Both"  >
<Bands>
<igtbl:UltraGridBand>
<AddNewRow View="NotSet" Visible="NotSet">
</AddNewRow>
</igtbl:UltraGridBand>
</Bands>
<DisplayLayout BorderCollapseDefault="Separate" CellPaddingDefault="5" Name="igCARAll"
RowHeightDefault="20px" Version="4.00" ScrollBar="Auto" ScrollBarView="Both" >
<FrameStyle Height="500px" Width="950px" >
</FrameStyle>                   
<Pager Alignment="Left" AllowPaging="True" PagerAppearance="Both" PageSize="500"
QuickPages="3" StyleMode="Numeric">
<PagerStyle HorizontalAlign="Left" VerticalAlign="Middle" />
<ComboStyle HorizontalAlign="Left" VerticalAlign="Middle">
</ComboStyle>
</Pager>
<ActivationObject BorderColor="" BorderWidth="">
</ActivationObject>
</DisplayLayout>
</igtbl:UltraWebGrid>
</igmisc:WebAsyncRefreshPanel>     

Parents Reply Children