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

RadToolTip Skin is not working inside RadListView.

1 Answer 62 Views
ToolTip
This is a migrated thread and some comments may be shown as answers.
Ubahariya
Top achievements
Rank 1
Ubahariya asked on 06 Feb 2012, 02:22 PM
Hello Team,

I am trying to apply telerik skin for RadToolTip which is inside the RadListView. Skin is not working inside the RadListView but its working fine outside the RadListView.

PFB code and kindly help me to resolve this issue.

    <telerik:RadListView ID="RadListView 1"runat="server" AllowCustomSorting="true" AllowPaging="false" DataSource="<%# Model.Test%>" ItemPlaceholderID="RadListView1" Skin="Default">
  <ItemTemplate>
 <asp:Image ID="Image1" runat="server" ImageUrl="~/Images/Picture.png">
  <telerik:RadToolTip ID="RadToolTip1" runat="server" RegisterWithScriptManager="false" EnableAjaxSkinRendering="true"
TargetControlID="imgAuditAppeals" EnableEmbeddedSkins="true" Skin="Default">
  </ItemTemplate>
</telerik:RadListView>

1 Answer, 1 is accepted

Sort by
0
Richard
Top achievements
Rank 1
answered on 08 Feb 2012, 04:06 PM
Ubahariya:

Have you tried using the RadSkinManager as part of your application, in order to simplify the designation of skins for your RadControl instances?

Reference the RadSkinManager - General Info and Online Resources forum thread which points you to demo projects that implement it.

Hope this helps.
Tags
ToolTip
Asked by
Ubahariya
Top achievements
Rank 1
Answers by
Richard
Top achievements
Rank 1
Share this question
or