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 reference the template in the date picker control, in the DatePickerField.cs perform the following:
DatePickerField.cs
LayoutThemplatePath
DescriptionControl
ExampleControl
TitleControl
InitializeControls
GITHUB EXAMPLE: For more information about the content of the file, see the DatePickerField.cs file of the downloaded sample project.
The template that you defined in Date picker widget: Create the template of the control, uses the RadDatePicker control for its main UI element. You must create an instance of the control to access the selected date. To reference the controls from the DatePickerTemplate you must callGetControl and return the controls’ values.
In the InitializeControls method, you provide default values for every control in the template.
NOTE: When using templates make sure you address the controls after they have been initialized. The moment, where the template is initialized and ready to use, is the InitializeControls method. In it and after its execution, you can safely call your controls. You can call theEnsureChildControls() method before every reference to a template control.
Next, you must implement the features of 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