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

RadToolTip Formatting Issue

1 Answer 39 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Ashish
Top achievements
Rank 1
Ashish asked on 13 Sep 2012, 08:41 AM

Hello Telerik Team,

I have used RadToolTip in my site extensively. Recently I have updated the Telerik version to “2012.2.724.35” and after that i am facing formatting issues related to RadToolTip.

Older Version we were using: 2011.1.519.35
New Version currently we are using: 2012.2.724.35

I have gone through on all release notes between the above two versions and as per the release note of “Q1 2012 (version 2012.1.215)” there is a improvement in default padding and/or margin to the content area and Tooltip title element for better UI and visualization. But these formatting improvements forced to change the other controls position present inside the RadToolTip control since in the new Telerik version the RadToolTip captures the more padding space which minimize the actual content area where the other controls are present.

To resolve this issue I have to change many of the pages in our project but it takes huge time to do changes for all RadToolTip.
Kindly suggest, is there any way to apply the older padding to RadToolTip or override the RadToolTip default padding?

Please suggest any workaround to get rid from these formatting issues.   

Thanks,
Ashish

1 Answer, 1 is accepted

Sort by
0
Marin Bratanov
Telerik team
answered on 14 Sep 2012, 11:05 AM
Hello Ashish,

You can override the padding of all tooltips by overriding their default CSS rules, for example add the following rule for the pages that need it:
.RadToolTip td.rtWrapperContent
{
    padding: 0 !important;
}


Greetings,
Marin Bratanov
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now.
Tags
General Discussions
Asked by
Ashish
Top achievements
Rank 1
Answers by
Marin Bratanov
Telerik team
Share this question
or