Product Bundles
DevCraft
All Telerik .NET tools and Kendo UI JavaScript components in one package. Now enhanced with:
Web
Mobile
Document Management
Desktop
Reporting
Testing & Mocking
CMS
UI/UX Tools
Debugging
Free Tools
Support and Learning
Productivity and Design Tools
<script type=
"text/javascript"
>
function
RadCalendar_Load(sender, args)
{
var
headerCells = $get(sender.get_id() +
"_Top"
).tHead.rows[0].cells;
for
(
hi = 0; hi < headerCells.length; hi++)
headerCells[hi].title =
""
;
}
</script>
<
telerik:RadCalendar
ID
=
"RadCalendar1"
runat
"server"
ClientEvents
OnLoad
"RadCalendar_Load"
/>
</