How can I help you?
Set clear button in Calendar Control
To configure clear button in Calendar UI, do the following:
-
To the created event of the Calendar, add the required elements to make clear button visible. In the following example, div with Essential JS 2 button control is used.
-
When the
e-footerclass is used, the div tag acts as the footer. -
Using these button, selected date can be cleared.
-
Bind the required event handler to the button tag to update the value.
NOTE