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
256
size of the ultrawebgrid increases
posted

Hi all,

Can anyone tell me how to fix the height of the ultrawebgrid.

height is not stable ..... if the rows are incereased height of the grid also increases,

this grid is inside the ultrawebtab .

 

Parents
No Data
Reply
  • 28464
    Verified Answer
    posted

    Hello,

    If you need to add fixed height for the grid (vertical scrollbar appears), is to set the FrameStyle heigh off the DisplayLayout settings, e.g.

            <displaylayout bordercollapsedefault="Separate" name="UltraWebGrid1"
                rowheightdefault="20px" version="4.00" RowSelectorsDefault="No">           
                <framestyle borderstyle="Solid" borderwidth="1px" font-names="Verdana"
                    font-size="8pt" height="500">
                </framestyle> 

     

Children