I want to prevent user from type in words in DateTimePicker, only allow they to pick up a time through the pop up time panel.
I have a workaround: set the input to 'readonly' after kendoui initilization. However, it has a shortcoming: it shows a forbidden icon when mouse hover on dateTimePicker, this will confuse the customer.
Anyone can tell me how to prevent user input, while not throwing a disabled icon?
I have a workaround: set the input to 'readonly' after kendoui initilization. However, it has a shortcoming: it shows a forbidden icon when mouse hover on dateTimePicker, this will confuse the customer.
Anyone can tell me how to prevent user input, while not throwing a disabled icon?