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

Tooltip not using tables

2 Answers 47 Views
ToolTip
This is a migrated thread and some comments may be shown as answers.
Will
Top achievements
Rank 1
Will asked on 15 Jun 2011, 11:26 AM

Is it possible to have the tooltips not use table?

I would rather have it only using div's and span's.

At the moment, I get this...

<div id="example" class="RadToolTip RadToolTip_Default rtVisibleCallout tooTipWindow" unselectable="on" style="position: absolute; z-index: 8000; left: 963px; top: 141px; width: 300px; visibility: hidden; display: none;">
    <div class="rtCallout rtCalloutTopCenter" style="visibility: visible; left: 273px;"> </div>
    <table class="rtWrapper" style="width: 300px; height: 100px;">
        <tbody>
            <tr>
                <td class="rtWrapperTopLeft"> </td>
                    <td id="example" class="rtWrapperTopCenter">
                        <div class="rtTitlebar" style="display: none;"></div>
                    </td>
                <td class="rtWrapperTopRight"> </td>
            </tr>
            <tr>
                <td class="rtWrapperLeftMiddle"> </td>
                    <td class="rtWrapperContent" valign="top">
                        <div>
                            <div class="tooltip"></div>
                        </div>
                    </td>
                <td class="rtWrapperRightMiddle"> </td>
            </tr>
            <tr>
                <td class="rtWrapperBottomLeft"> </td>
                <td class="rtWrapperBottomCenter"> </td>
                <td class="rtWrapperBottomRight"> </td>
            </tr>
        </tbody>
    </table>
</div>

2 Answers, 1 is accepted

Sort by
0
Accepted
Marin Bratanov
Telerik team
answered on 15 Jun 2011, 04:26 PM

Hi Will,

This is the way the RadToolTip is rendered and there is no property that sets another rendering mode as there is no other.

As of Q2 2011 we are going to offer a new control in our suite - the RadNotification, which will be similar to the RadToolTip in some ways and it will be rendered entirely with divs. After the release you may examine it and see if it suits your needs.



All the best,
Marin
the Telerik team

Browse the vast support resources we have to jump start your development with RadControls for ASP.NET AJAX. See how to integrate our AJAX controls seamlessly in SharePoint 2007/2010 visiting our common SharePoint portal.

0
Will
Top achievements
Rank 1
answered on 15 Jun 2011, 04:35 PM
Thanks for the quick response. I look forward to seeing the new tools as of Q2 then.

Regards
Will
Tags
ToolTip
Asked by
Will
Top achievements
Rank 1
Answers by
Marin Bratanov
Telerik team
Will
Top achievements
Rank 1
Share this question
or