Hi there
Could anybody tell me plz, are there some ways to disable popup-calendar in RadzenDatePicker component?
In other words, i want user only has ability to enter date manually without choosing it in popup-calendar. Is it possible?
Hi there
Could anybody tell me plz, are there some ways to disable popup-calendar in RadzenDatePicker component?
In other words, i want user only has ability to enter date manually without choosing it in popup-calendar. Is it possible?
Hi @Finardin,
There is no such property however you can use CSS (display: none) for rz-calendar-button
.
oh, great! Thank you!