All Telerik .NET tools and Kendo UI JavaScript components in one package. Now enhanced with:
Hi,
How can I add a calendar icon like that of the simple DatePicker (attachment) into the DateRangePicker please?
Thanks,
Lara
Hello, Lara,
This can be achieved using a DatePicker as custom DateInput for the DateRangePicker:
https://www.telerik.com/kendo-react-ui/components/dateinputs/daterangepicker/custom-rendering/It will also require setting the show property of the custom DatePicker to false, as it will otherwise open a second popup.This is an example:https://stackblitz.com/edit/react-zmpsz4?file=app/customEndDateInput.jsxI hope this is helpful.
Regards, Stefan Progress Telerik