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

On tooltip in grid

1 Answer 99 Views
Grid
This is a migrated thread and some comments may be shown as answers.
shiva
Top achievements
Rank 1
shiva asked on 17 Aug 2010, 05:30 AM

I applied DataFormatString="<nobr>{0}</nobr>" to grid bound column and grid template column as below.
telerik:GridTemplateColumn>
    <ItemTemplate>
        <asp:LabelText='<%# 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..

1 Answer, 1 is accepted

Sort by
0
Dimo
Telerik team
answered on 18 Aug 2010, 12:36 PM
Hi Shiva,

In order to achieve the desired behavior, you can use RadToolTip instead of the default browser tooltips.

http://demos.telerik.com/aspnet-ajax/tooltip/examples/targetcontrolsandajax/defaultcs.aspx?product=grid

Sincerely yours,
Dimo
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
Tags
Grid
Asked by
shiva
Top achievements
Rank 1
Answers by
Dimo
Telerik team
Share this question
or