Hi,
I am looking to implement the kendo ui tooltip for MVC. With the way I have it implemented now, I am getting a whole bunch of random symbols showing up in my tooltip.
I've attached a screen shot of what I am seeing and attached the relevant portions of code I am using. I am hoping to fill my ServiceTypeToolTip div with significantly more content and there will be about 20 of these such sections on the page.
*I am using Kendo 2013.1.319
Any help would be appreciated.
Thanks!
@(Html.Kendo().Tooltip()
.For("#ServiceTypeImg")
.ShowOn(TooltipShowOnEvent.Click)
.AutoHide(false)
.Animation(true)
.ContentTemplateId("ServiceTypeToolTip")
.Position(TooltipPosition.Right)
.Width(120)
)
<div id ="ServiceTypeToolTip">
<p>this is one line</p>
<p>this is line 2</p>
<p>this is a very very very very ver yver yveryv eryvery veyrvey rye long line</p>
</div>
<img src="~/Images/question-mark-icon-tiny-small.png" id="ServiceTypeImg" />
I am looking to implement the kendo ui tooltip for MVC. With the way I have it implemented now, I am getting a whole bunch of random symbols showing up in my tooltip.
I've attached a screen shot of what I am seeing and attached the relevant portions of code I am using. I am hoping to fill my ServiceTypeToolTip div with significantly more content and there will be about 20 of these such sections on the page.
*I am using Kendo 2013.1.319
Any help would be appreciated.
Thanks!
@(Html.Kendo().Tooltip()
.For("#ServiceTypeImg")
.ShowOn(TooltipShowOnEvent.Click)
.AutoHide(false)
.Animation(true)
.ContentTemplateId("ServiceTypeToolTip")
.Position(TooltipPosition.Right)
.Width(120)
)
<div id ="ServiceTypeToolTip">
<p>this is one line</p>
<p>this is line 2</p>
<p>this is a very very very very ver yver yveryv eryvery veyrvey rye long line</p>
</div>
<img src="~/Images/question-mark-icon-tiny-small.png" id="ServiceTypeImg" />