I want to set a limit daterange in Angular with Kendo-ui.
I have a datepicker in Angular with kendo-ui as seen in the screenshot below:
I need that the user can only select a limit of fifteen days in any month and any year. For example, I select july 1 and only the end-date is july fifteen, if user select more days like twenty days, disable a bottom in the div and add a border in the dateranges permit (15 days). How can i add this daterange limit

You can give a min and a max value for the date picker on kendo angular..
Example:-
And in the end make the rangeValidation property to true to if ur using form validations..
So it will make the input invalid if user typed an invalid date without selecting from the date picker..
More details:- https://www.telerik.com/kendo-angular-ui/components/dateinputs/datepicker/date-ranges/