This is a migrated thread and some comments may be shown as answers.

[Solved] Good Lord! Need help <nobr> in Dataformat string

1 Answer 87 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Tim
Top achievements
Rank 1
Tim asked on 24 Jul 2009, 06:01 PM
Ok tried Q2 2009 version and it messed up the splitter control, so had to go back Q1 2009, fine with that. But can ANYONE help with FireFOX

I got the:

<telerik:GridBoundColumn DataField="Owner" DataType="System.String" HeaderText="Owner" HeaderStyle-Wrap="false"
                                         SortExpression="Owner" UniqueName="owner" ItemStyle-HorizontalAlign="Left" ItemStyle-Wrap="false" HtmlEncode="false" DataFormatString="<nobr>{0}</nobr>">
                                    </telerik:GridBoundColumn>

WORKS LIKE A CHAMP IN IE7, and emulated IE7 for IE8 (cause IE8 SUCKS!!) anyway. Works for IE, no wrapping in the grid, in FIREFOX however, the text runs into th next column. Anyone know what I can do for FireFOx and Chrome? to stop the text from "running" into the other columns, what did you add to Q2's grid to stop this in IE8? so I can emulate for Q1?

I can't use Q2 09 yet because it totally screws up the splitters and google earth for IE7, not IE8...

This is my grid:

<telerik:RadGrid ID="RadGrid1" runat="server"
                            HeaderStyle-Font-Size="Small" Skin="Office2007" HeaderStyle-Wrap="false" AutoGenerateColumns="false"
                             AllowSorting="True" AllowPaging="true">                       
                             <PagerStyle Mode="Slider" />
                               <ClientSettings AllowColumnsReorder="true" ReorderColumnsOnClient="true" AllowDragToGroup="false">
                                <Resizing ResizeGridOnColumnResize="true" AllowColumnResize="True" EnableRealTimeResize="false" ClipCellContentOnResize="true"></Resizing>                            
                                <Selecting AllowRowSelect="True"></Selecting>
                                <ClientEvents   OnGridCreated="GridCreated" OnGridCreating="GridCreating" OnRowClick="RowDblClick" OnRowMouseOver="RowMouseOver" OnColumnClick="SortCommand"  />                                                 
                                 <ClientMessages DragToResize="Drag column to resize, settings saved automactically" />
                                 <Scrolling AllowScroll="true" EnableVirtualScrollPaging="false" UseStaticHeaders="true" SaveScrollPosition="true"></Scrolling>                                                                         
                                </ClientSettings>
                               <MasterTableView DataKeyNames="OID" ClientDataKeyNames="OID" TableLayout="Fixed" AllowMultiColumnSorting="false" Width="100%" AllowNaturalSort="false">
                               

1 Answer, 1 is accepted

Sort by
0
Tim
Top achievements
Rank 1
answered on 24 Jul 2009, 06:27 PM
Never mind, unless you have a quick setting or want to educate me on the css that worked. I just went back Q2 and I am going to make users, use IE8....

The issue with the splitter in IE7 (not IE7 emulated in IE8), in other words, the real IE7, the splittter's height is too large, but only by like 5 or 6 px and cause IE7's scroll bars to show up, so the height 100% stuff for the splitter etc, messes up somehow. In FireFOX, Chrome, and IE8 all is good with Q2, weird eh?
Tags
Grid
Asked by
Tim
Top achievements
Rank 1
Answers by
Tim
Top achievements
Rank 1
Share this question
or