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">