I applied DataFormatString="<nobr>{0}</nobr>" to grid bound column and grid template column as below.
telerik:GridTemplateColumn
>
<
ItemTemplate
>
<
asp:Label
Text='<%# Eval("ContactTitle", "<nobr>{0}</
nobr
>") %>' ID="Label1" runat="server"></
asp:Label
>
</
ItemTemplate
>
</
telerik:GridTemplateColumn
>
In both the cases tool tip is displaying in single line.when huge amount of data is there we are unable to see the tooltip content.
My intension is without removing <nobr>{0}</nobr>
to "Grid bound" or "Grid template column",tool tip has to be displayed in multi line.
If there is any alternative for this solution.Let me know please.
Thanking you..