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
1147
Wrapping text of a cell - works for IE fails for Mozilla FireFox
posted

 Hi all,

   i have problem that my webgrid cell text doesnt get wrap in FireFox but it works with IE. plz help me. this is the code

 

                                StyleSetName="Office2007Blue" Width="100%" >
                                                     <Bands>
                                                         <igtbl:UltraGridBand>
                                                             <AddNewRow View="NotSet" Visible="NotSet">
                                                             </AddNewRow>
                                                             <RowStyle Wrap="True" />
                                                         </igtbl:UltraGridBand>
                                                     </Bands>
                                                     <DisplayLayout AllowColumnMovingDefault="OnServer" ColWidthDefault="" GroupByColumnsHiddenDefault="No"
                                                         HeaderClickActionDefault="SortSingle" IndentationDefault="20" Name="UltraWebGrid1"
                                                         RowHeightDefault="20px" SelectTypeCellDefault="Single"
                                                         SelectTypeColDefault="Single" SelectTypeRowDefault="Single" Version="3.00" ViewType="OutlookGroupBy"
                                                         AllowSortingDefault="OnClient" GridLinesDefault="NotSet" RowSelectorsDefault="No" AllowColSizingDefault="Free" RowSizingDefault="Free"  >
                                                         <FilterOptionsDefault AllowRowFiltering="OnClient" FilterUIType="FilterRow">
                                                         </FilterOptionsDefault>
                                                              <ActivationObject BorderColor="" BorderWidth="">
                                                         </ActivationObject>
                                                         
                                                         <RowStyleDefault Font-Names="Verdana" Font-Size="8pt" Wrap="True" >
                                                         </RowStyleDefault>
                                                         <FixedCellStyleDefault Wrap="True">
                                                         </FixedCellStyleDefault>
                                                         <FrameStyle Width="100%">
                                                         </FrameStyle>
                                                         
                                                     </DisplayLayout>
                                                 </igtbl:UltraWebGrid>