or
<radG:RadGrid ID="grd" Skin="orange" Style="padding-left: 0px" runat="server" EnableAJAXLoadingTemplate="false" AllowCustomPaging="true" enableasyncrequests="false" AllowPaging="false" PageSize="10" AllowSorting="true" AutoGenerateColumns="false" showheaderswhennorecords="true" AllowMultiRowSelection="true" CssClass="GenericDataGrid" applystylesonclient="false" OnNeedDataSource="cRadGrid1_NeedDataSource" OnItemDataBound="cRadGrid1_ItemDataBound" OnDataBinding="cRadGrid1_DataBinding" OnDataBound="cRadGrid1_DataBound" OnSortCommand="cRadGrid1_SortCommand" >
// create column if (!ColumnExists(column, key)) { grd.MasterTableView.Columns.Add(boundColumn); boundColumn.DataField = GetDataField(column); boundColumn.HeaderText = GetHeaderText(column); boundColumn.UniqueName = key; boundColumn.SortExpression = GetDataField(column); boundColumn.DataFormatString = @"<div id=a title='{0}'>{0}</div>"; if (column == ColumnListBaseEnum.DescriptionOrTitle.ToString()) { col.HeaderStyle.Width = Unit.Pixel(438); boundColumn.Resizable = true; col.HeaderStyle.Wrap = false; col.ItemStyle.Wrap = false; } }
var gridCellStyle = gridRow.cells[i].children[0].getAttribute('currentStyle'); gridCellStyle.whiteSpace = '';
