Rashmi
asked on 17 Mar 2023, 12:31 PM
| edited on 17 Mar 2023, 12:31 PM
Hi Team,
I am using kendo react in my project. I need a Datepicker which should open on button click instead of input field with save and cancel button inside Datepicker. I saw this option inside datetimepicker but i don't need time in my calendar.
1 Answer, 1 is accepted
0
Konstantin Dikov
Telerik team
answered on 21 Mar 2023, 09:05 AM
Hello Rashmi,
The DatePicker provides different options for customization and you can find them in the following help article:
Nevertheless, since you need to have "Save" and "Cancel" button and you don't need the DatePicker input, I would suggest that you use an external button to open a Popup component with Calendar component inside, where you can place the "Save" and "Cancel" buttons and handle the calendar value as per your exact requirements: