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
1225
Row height question
posted

When I bind data to my grid and it has enough rows, say 20, to fill the grid evertyhing looks fine but if I bind say 4 rows it makes each of those row heights really big to fit the same space those 20 did.  Below is my setup in the ASPX paage, what am I missing?

 

 <ig:UltraWebGrid ID="Grid1" runat="server" DataKeyFields="ResultID" AutoGenerateColumns="false">                               
                                    <DisplayLayout AllowColSizingDefault="Free" AllowSortingDefault="OnClient" >
                                        <FrameStyle  BorderWidth="0px" Font-Size="8pt" Font-Names="Verdana" Width="98%"  BorderStyle="None" Height="91%">                                           
                                        </FrameStyle>
                                        <ClientSideEvents InitializeLayoutHandler="UltraWebGrid1_InitializeLayout" ></ClientSideEvents>
                                    </DisplayLayout>
                                </ig:UltraWebGrid>