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
65
Ultrawebgrid Display distorted when usefixedheader set to true
posted

Hi all

My current situation when I have set usefixedheader to true and if my column is over flow.

Scroll bar of the grid cant scroll to the end of my grid it will always missing one or to column

 Here is my grid.

  <igtbl:UltraWebGrid ID="UltraWebGrid" runat="server" Height="270px" Width="100%" >

 <bands>   

 <igtbl:UltraGridBand> <addnewrow view="NotSet" visible ="NotSet">

 </addnewrow>

 </igtbl:UltraGridBand>

 </bands>  

<displaylayout allowcolsizingdefault="Free" allowdeletedefault="NotSet" AutoGenerateColumns="false" allowsortingdefault="OnClient" allowupdatedefault="Yes" bordercollapsedefault="Separate" headerclickactiondefault="SortMulti" name="UltraWebGrid1" rowheightdefault="20px" rowselectorsdefault="No" selecttyperowdefault="Single" stationarymargins="Header" tablelayout="Fixed" usefixedheaders="true" version="4.00" scrollbar="Auto"  defaultcentury="2000" >

<framestyle backcolor="Window" bordercolor="InactiveCaption" borderwidth="1px" font-names="Microsoft Sans Serif" font-size="8.25pt" height="270px" width="100%" >  </framestyle>

 <RowAlternateStyleDefault BackColor="White"> </RowAlternateStyleDefault>

 <pager minimumpagesfordisplay="2"> 

  <PagerStyle BackColor="LightGray" BorderStyle="Solid" BorderWidth="1px">

<BorderDetails ColorLeft="White" ColorTop="White" WidthLeft="1px" WidthTop="1px"></BorderDetails>

 <borderdetails colorleft="White" colortop="White" widthleft="1px" widthtop="1px" />

  </PagerStyle>  </pager>  

<editcellstyledefault borderstyle="None" borderwidth="0px"></editcellstyledefault>

 <footerstyledefault backcolor="LightGray" borderstyle="Solid" borderwidth="1px">

 < BorderDetails ColorLeft="White" ColorTop="White" WidthLeft="1px" WidthTop="1px"></BorderDetails> 

<borderdetails colorleft="White" colortop="White" widthleft="1px"widthtop="1px" />   

</footerstyledefault>  

<headerstyledefault backcolor="#507CD1" borderstyle="Solid" horizontalalign="Center" height="50px" wrap="True" font-bold="True"  forecolor="White">

<BorderDetails ColorLeft="White" ColorTop="White" WidthLeft="1px" WidthTop="1px"></BorderDetails> 

<borderdetails colorleft="White" colortop="White" widthleft="1px"widthtop="1px" />

 </headerstyledefault>  

<rowstyledefault backcolor="#EFF3FB" bordercolor="Silver" borderstyle="Solid" borderwidth="1px" font-names="Microsoft Sans Serif" font-size="8.25pt">

<Padding Left="3px"></Padding>

<BorderDetails ColorLeft="Window" ColorTop="Window"></BorderDetails>

 <padding left="3px" />

 <borderdetails colorleft="Window" colortop="Window" />

 </rowstyledefault>

 <groupbyrowstyledefault backcolor="Control" bordercolor="Window"> </groupbyrowstyledefault>

<groupbybox>

<boxstyle backcolor="ActiveBorder" bordercolor="Window"> </boxstyle>

 </groupbybox>

<addnewbox hidden="False">

<boxstyle backcolor="Window" bordercolor="InactiveCaption" borderstyle="Solid"borderwidth="1px">

<BorderDetails ColorLeft="White" ColorTop="White" WidthLeft="1px" WidthTop="1px"></BorderDetails> 

<borderdetails colorleft="White" colortop="White" widthleft="1px" widthtop="1px" />

 </boxstyle>

</addnewbox>

<activationobject bordercolor="" borderwidth=""> </activationobject>

<filteroptionsdefault>

<filterdropdownstyle backcolor="White" bordercolor="Silver" borderstyle="Solid"borderwidth="1px" customrules="overflow:auto;"                                            font-names="Verdana,Arial,Helvetica,sans-serif" font-size="11px" height="300px"width="200px">

<Padding Left="2px"></Padding>

<padding left="2px" />

</filterdropdownstyle>

<filterhighlightrowstyle backcolor="#151C55" forecolor="White">

</filterhighlightrowstyle>

<filteroperanddropdownstyle backcolor="White" bordercolor="Silver"borderstyle="Solid" borderwidth="1px" customrules="overflow:auto;"font-names="Verdana,Arial,Helvetica,sans-serif" font-size="11px">

<Padding Left="2px"></Padding>

<padding left="2px" />

</filteroperanddropdownstyle>  

</filteroptionsdefault>

</displaylayout>

</igtbl:UltraWebGrid>

 

Any one know how to fix this please help my

Thanks in advance