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
140
grid height in percent
posted

 i try to make height of grid in percent like this

  <igtbl:UltraWebGrid ID="Grid" runat="server" Height="100%" ...>

<DisplayLayout>

<FrameStyle Height="100%" Width="100%">
                            </FrameStyle>

...

so i set  Height in UltraWebGrid and FrameStyle but it does't work. frameset not make height on 100%. how can i set height ib percent? in pixel works but not flexible

Parents
  • 28464
    posted

    You can try the suggestion in this forum thread:

    http://forums.infragistics.com/forums/p/8836/34602.aspx#34602

    Enclose the grid in a div tag and set the height of div tag to percentage

    Set the following properties for the grid:

    <DisplayLayout TableLayout="Auto" ScrollBar="auto"...>

    <FrameStyle Height="100%"../>

    < /DisplayLayout>

     

    If this does not work, can you please share some details - do you get the problem in IE or FireFox or both? Do you have <DOCTYPE... header on top of your ASPX page?

Reply Children
No Data