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