|
Article relates to
|
RadScheduler
|
|
Created by
|
Peter, Telerik
|
|
Last modified
|
December 5, 2011
|
|
Last modified by
|
Peter, Telerik
|
HOW TO
Display the week number in the date header.
DESCRIPTION
The
HeaderDateFormat and
ColumnHeaderDateFormat properties allow you to use
Custom Date and Time Format Strings. They can also display custom text in addtion to date information. For example, setting:
ColumnHeaderDateFormat=" 'Custom text' dddd"
will display: "Custom text Monday". Note that the custom text should be wrapped in single quotes.
However, for some special kind of customization you can use a
hidden field to store information from the server and then apply it to the date header via
jQuery. The following code demonstrates this technique.
SOLUTION
JavaScript / ASPX
C#
VB.NET