Is there a way to make users to only select a range between two dates in a column kendo grid (kendo datepicker)?
For example) if the effective date is displaying 09/09/2017 then I would like users to select in between 09/09/2017 and today.
Here's a column that I'm currently using a Kendo DatePicker.
{
field: "EffectiveDate",
headerTemplate: 'Effective Date<span style="vertical-align:middle; color:red; font-size: 12px;">*</span>',
format: "{0:MM/dd/yyyy}",
type: "date"
}
minandmaxattribute . you can give the range accordingly - Nijin P J