Hello,
I need to update some greed each time a user clicks on calendar. Now we have two events in calendar.
The OnChange event fires on date input focus loses, so it not helps me.
The ValueChanged works fine but if I type date manually then I lose date input focus on grid update and cannot finish typing. Like, I try to change 6/1/2020 to 6/11/2020. It works if I fast enough but I would prefer to disable the date input field and have the calendar available only. Is it possible to do?
Another event OnClick on calendar would help but looks like it is not exist.
Thanks.