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

Tooltip size issue

1 Answer 43 Views
ToolTip
This is a migrated thread and some comments may be shown as answers.
Atif
Top achievements
Rank 1
Atif asked on 09 Oct 2015, 11:24 AM

I am using RadTooltip ​with RadImagegallery and Radgrid in it. Its working fine on my ​screen. but ​on smaller ​screen ​it goes out of screen size! I have added 2 images below One showing complete tooltip with close option and other is going out of screen.

<telerik:RadToolTip ID="radtooltipshowbom" ContentScrolling="Auto" RenderInPageRoot="false" runat="server" Modal="true" HideEvent="ManualClose"
    Style="z-index: 6990" Position="Center" Animation="Slide" AnimationDuration="700" BackColor="White" Width="1510px" Height="670px">
    <asp:Panel ID="Panel3" runat="server" BackColor="White" Height="670px" Width="1510px">
        <table>
            <tr>
                <td align="center">
                    <asp:Label ID="lblfdid" runat="server" CssClass="label" ForeColor="#990000" Text=""></asp:Label>
                    <hr style="width: 1505px" />
                </td>
            </tr>
        </table>
        <table>

1 Answer, 1 is accepted

Sort by
0
Marin Bratanov
Telerik team
answered on 09 Oct 2015, 12:06 PM

Hi Atif,

If the viewport is not enough to contain the tooltip, it is expected that some parts of it will be hidden.

What I can suggest at the moment is the following:

 

Regards,

Marin Bratanov
Telerik
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 Feedback Portal and vote to affect the priority of the items
Tags
ToolTip
Asked by
Atif
Top achievements
Rank 1
Answers by
Marin Bratanov
Telerik team
Share this question
or