You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the following sample, all the weekends (Saturday and Sunday) of a month are <code>disabled</code>, and these dates are restricted to set or select in the DatePicker.
</p>
</div>
<div id='description'>
<p>
Disabled Dates sample demonstrates how to disable specific dates in the DatePicker by using <code>renderDayCell</code> event. This event gets triggered on each day cell element creation, that allows you to customize, or disable specific
dates in the DatePicker. Here the weekend dates are disabled by using renderDayCell.
</p>
<p>More information on the disabled dates can be found in the