I want to set the Maximum date for Kendo Date picker in Grid.
I've a column with type "date", so i want to set maximum date for the Datepicker for that column.
When you define the schema on the dataSource your grid is bound to, just add in the validation for the date column
validation: { max: new Date('12/1/2006') }