In the column, I had set <nobr> so that it will have only 1 column if i dragged the column width to smaller. But when mouseover the link, the tooltip become <nobr>XXXXX.doc</nobr> not XXXXX.doc. How do I remove the <nobr> or remove the tooltip but still preserve to 1 row event the width turn smaller.
Thanks in advance.
<telerik:GridHyperLinkColumn DataNavigateUrlFormatStringa.aspx?id={0}" DataNavigateUrlFields="ID" DataTextFormatString="<nobr>{0}</nobr>" DataTextField="Filename" HeaderText="<nobr>Filename</nobr>" UniqueName="Filename" SortExpression="Filename"> </telerik:GridHyperLinkColumn>