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
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:
<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?
no it's not work. i try all methods-put UltraWebGrid in div, table but it not work. if i set <FrameStyle Height="100%"../> then i have this-http://www.magicscreenshot.com/MScreenshot/Default.aspx?file=37d68cf5-6f1c-4c52-8f8f-770b8890804d.jpg
so grid closes. and it close if height only in persent (10 % or 100%). i try in ie, ff.
hey gays is it difficult to making percentage height to you?