Handle Date picker in kendo UI

Hello,
Can anyone help me to handle this date picker! I want to select a date from the calendar, The text box is not editable. I will be getting the date from some other source so it can be dynamic. I’m unable to create a dynamic selector if I select a date I’m not getting the proper selectors. Please find the screenshot in the attachment
Link- Overview - DatePicker - Kendo UI for Angular
Datepicker

Regards,
Ajith

@ajithanbalagan0706

Try using Set Text activity and enable AlterIfDisable option enable from properties

Hope this may help you

Thanks

Hi @Srini84
Tried using set Activity and enabled AlterifDisable, It doesn’t work.

Regards,
Ajith

@ajithanbalagan0706

Can you check the date format is as 26/04/2021 ?

Thanks

@Srini84
Yes, the date Format is 26/04/2021. In My Application it fetches the Current date by Default. and the text box is not editable. So I have to use the date picker by click.

Regards,
Ajith

Hi @ajithanbalagan0706

try sending hotkeys
use Alt+↓ to open the calendar, ← and → to navigate, ↑ to increment and ↓ to decrement the value

for year selection you can use mouse click on the year

Hi @AdityaVN
I am able to select the year using Click, can’t able select the month and date Using Hotkeys. It Displays as “The Ui Element is no longer valid”

Regards,
Ajith