or
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
>
<%@ Page Language="vb" AutoEventWireup="false" CodeBehind="TestTree.aspx.vb" Inherits="WebApplication4.TestTree" %>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<
html
xmlns
=
"http://www.w3.org/1999/xhtml"
>
<
head
runat
=
"server"
>
<
title
></
title
>
</
head
>
<
body
>
<
form
id
=
"form1"
runat
=
"server"
>
<
div
>
<
telerik:RadScriptManager
ID
=
"rsm"
runat
=
"server"
>
</
telerik:RadScriptManager
>
<
asp:UpdatePanel
ID
=
"up"
runat
=
"server"
ChildrenAsTriggers
=
"true"
UpdateMode
=
"Conditional"
>
<
ContentTemplate
>
<
telerik:RadTreeView
ID
=
"tv"
runat
=
"server"
>
<
Nodes
>
<
telerik:RadTreeNode
runat
=
"server"
id
=
"tn"
Text
=
"test"
ExpandMode
=
"ServerSideCallBack"
>
</
telerik:RadTreeNode
>
</
Nodes
>
</
telerik:RadTreeView
>
</
ContentTemplate
>
</
asp:UpdatePanel
>
</
div
>
</
form
>
</
body
>
</
html
>
Public Class TestTree
Inherits System.Web.UI.Page
Private Sub tv_NodeClick(sender As Object, e As Telerik.Web.UI.RadTreeNodeEventArgs) Handles tv.NodeClick
'Do something
End Sub
Private Sub tv_NodeExpand(sender As Object, e As Telerik.Web.UI.RadTreeNodeEventArgs) Handles tv.NodeExpand
e.Node.Nodes.Add(New Telerik.Web.UI.RadTreeNode(HttpUtility.HtmlEncode("<
aaa
>")))
End Sub
End Class
/* START Telerik.Web.UI.Calendar.RadCalendarScript.js */
Type.registerNamespace(
"Telerik.Web.UI"
);
$telerik.findCalendar=$find;
$telerik.toCalendar=
function
(a){
return
a;
};
Telerik.Web.UI.RadCalendar=
function
(a){Telerik.Web.UI.RadCalendar.initializeBase(
this
,[a]);
this
._formatInfoArray=
null
;
this
._specialDaysArray=
null
;
this
._viewsHash=
null
;
this
._monthYearNavigationSettings=
null
;
this
._stylesHash=
null
;
this
._dayRenderChangedDays=
null
;
this
._viewRepeatableDays=
null
;
this
._postBackCall=
null
;
this
._firstDayOfWeek=
null
;
this
._skin=
null
;
this
._calendarWeekRule=
null
;
this
._culture=
null
;
this
._zIndex=
null
;
this
._enableShadows=
true
;
this
._nextFocusedCell=
null
;
this
._hoveredDate=
null
;
this
._hoveredDateTriplet=
null
;
this
._documentKeyDownDelegate=
null
;
this
._enabled=
true
;
this
._useColumnHeadersAsSelectors=
true
;
this
._useRowHeadersAsSelectors=
true
;
this
._showOtherMonthsDays=
true
;
this
._enableMultiSelect=
true
;
this
._singleViewColumns=7;
this
._singleViewRows=6;
this
._multiViewColumns=1;
this
._multiViewRows=1;
this
._fastNavigationStep=3;
this
._enableNavigationAnimation=
false
;
this
._cellDayFormat=
"%d"
;
this
._presentationType=Telerik.Web.UI.Calendar.PresentationType.Interactive;
this
._orientation=Telerik.Web.UI.Calendar.Orientation.RenderInRows;
this
._titleFormat=
"MMMM yyyy"
;
this
._dayCellToolTipFormat=
"dddd, MMMM dd, yyyy"
;
this
._showDayCellToolTips=
true
;
this
._dateRangeSeparator=
" - "
;
this
._autoPostBack=
false
;
this
._calendarEnableNavigation=
true
;
this
._calendarEnableMonthYearFastNavigation=
true
;
this
._enableRepeatableDaysOnClient=
true
;
this
._enableViewSelector=
false
;
this
._enableKeyboardNavigation=
false
;
this
._showRowHeaders=
false
;
this
._navigateFromLinksButtons=
true
;
this
._rangeSelectionStartDate=
null
;
this
._rangeSelectionEndDate=
null
;
this
._rangeSelectionMode={};
this
._hideNavigationControls=
false
;
this
._onLoadDelegate=
null
;
};
Telerik.Web.UI.RadCalendar.prototype={initialize:
function
(){Telerik.Web.UI.RadCalendar.callBaseMethod(
this
,
"initialize"
);
this
.EnableTodayButtonSelection=(
this
.get_monthYearNavigationSettings()[4]==
"False"
)?
false
:
true
;
this
.DateTimeFormatInfo=
new
Telerik.Web.UI.Calendar.DateTimeFormatInfo(
this
.get__FormatInfoArray());
this
.DateTimeFormatInfo.Calendar=Telerik.Web.UI.Calendar.GregorianCalendar;
this
.DateTimeFormatInfo.CalendarWeekRule=
this
._calendarWeekRule;
var
e,l,f;
var
c=
this
._auxDatesHidden();
var
g=eval(c.value);
<
telerik:RadAjaxManagerProxy
ID
=
"rAjaxManagerProxy"
runat
=
"server"
>
<
AjaxSettings
>
<
telerik:AjaxSetting
AjaxControlID
=
"left"
>
<
UpdatedControls
>
<
telerik:AjaxUpdatedControl
ControlID
=
"left"
/>
<
telerik:AjaxUpdatedControl
ControlID
=
"middle"
LoadingPanelID
=
"ralMain"
/>
</
UpdatedControls
>
</
telerik:AjaxSetting
>
<
telerik:AjaxSetting
AjaxControlID
=
"middle"
>
<
UpdatedControls
>
<
telerik:AjaxUpdatedControl
ControlID
=
"middle"
/>
<
telerik:AjaxUpdatedControl
ControlID
=
"right"
LoadingPanelID
=
"ralMain"
/>
</
UpdatedControls
>
</
telerik:AjaxSetting
>
</
AjaxSettings
>
</
telerik:RadAjaxManagerProxy
>
protected void Page_Load(object sender, EventArgs e)
{
if (this.IsPostBack)
{
return;
}
this.rcbIndustry.DataSource = GetIndustries();
this.rcbIndustry.DataBind();
this.rcbIndustry.Items.Insert(0, new RadComboBoxItem());
this.rcbCustomer.DataSource = GetCustomers();
this.rcbCustomer.DataBind();
this.rcbCustomer.Items.Insert(0, new RadComboBoxItem());
}
<!--[if !IE]>-->
<
link
href
=
"Non-IE_themes/Telerik_nonIE.css"
rel
=
"stylesheet"
type
=
"text/css"
/>
<!--<![endif]-->
<!--[if gte IE 9]>
<
link
href
=
"Non-IE_themes/Telerik_nonIE.css"
rel
=
"stylesheet"
type
=
"text/css"
/>
<![endif]-->
.RadComboBoxDropDown .rcbScroll
{
height: 100% !important;
max-height: 300px;
}