IMPORTANT: This version of Sitefinity CMS is out of support and the respective product documentation is no longer maintained and can be outdated. Use the version selector to view a supported product version.
To create the template of the date picker control, perform the following:
NOTE: Visual Studio does not provide a dialog option to directly create a user control. You must create a file of another type and change its extension.
In the Properties pane of the DatePickerTemplate.ascx file, change the Build Action to Embedded Resource.
DatePickerTemplate.ascx
GITHUB EXAMPLE: For more information about the content of the file, see the DatePickerTemplate.ascx file of the downloaded sample project.
In the markup, first, you register the necessary assemblies, so that they can be used in the template. You create a RadDatePicker, in which the user selects the date. Then, you create labeled TextBoxes for presenting additional information.
RadDatePicker
TextBoxes
Next, you must reference the template in the date picker control.
Back To Top
To submit feedback, please update your cookie settings and allow the usage of Functional cookies.
Your feedback about this content is important