When you spin up a DateRangePicker it looks like there are two independent date picker controls but unfortunately they act as a set. the user selects the first (from) date picker and it forces them to select the to range as well.
It would be much better for users if the datepickers were independent of each other with built in range verification logic.
for some users the other way might make more sense but for alot it is confusing.
Hello, Joseph,
The main idea behind the DateRangePicker is to behave in the described way. If the project requirement is to have two independent widgets, then my advice would be to use the regular DatePicker instead and perform the validation manually.
You can use the value() method to retrieve the value of each datepicker and then compare the dates to validate the range.
Best Regards,
Georgi Denchev
Progress Telerik
Virtual Classroom, the free self-paced technical training that gets you up to speed with Telerik and Kendo UI products quickly just got a fresh new look + new and improved content including a brand new Blazor course! Check it out at https://learn.telerik.com/.