To reference the template in the designer view, in the DatePickerDesignerView.cs file, perform the following:
DatePickerDesignerView.cs
LayoutTemplatePath
InitializeControls
GITHUB EXAMPLE: For more information about the content of the file, see the DatePickerDesignerView.cs file of the downloaded sample project.
The template that you defined in Date picker widget: Create the template of the view of the designer, uses two RadDatePicker controls for setting the minimum and maximum dates. You must create instances of the controls to access the selected values. To reference the controls from the DatePickerDesignerView.ascx you must call GetControl and returning the controls’ values.
DatePickerDesignerView.ascx
GetControl
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 the EnsureChildControls() method before every reference to a template control.
EnsureChildControls()
Next, you must implement the features of the designer view.
Increase your Sitefinity skills by signing up for our free trainings. Get Sitefinity-certified at Progress Education Community to boost your credentials.
This free lesson teaches administrators, marketers, and other business professionals how to use the Integration hub service to create automated workflows between Sitefinity and other business systems.
This free lesson teaches administrators the basics about protecting yor Sitefinity instance and its sites from external threats. Configure HTTPS, SSL, allow lists for trusted sites, and cookie security, among others.
The free on-demand video course teaches developers how to use Sitefinity .NET Core and leverage its decoupled architecture and new way of coding against the platform.
To submit feedback, please update your cookie settings and allow the usage of Functional cookies.
Your feedback about this content is important