Hi,
I want to restrict access, or be able to remove the edit function to the Textbox in the DateTimePicker.
I tried to hook into the TextChanging Event of th radDateTimePicker1.DateTimePickerElement.TextBoxElement and set the e.cancel = true. No visible changes was made when trying to edit the text, but it seems like it set some date in behind anyway.
I could do Enabled = false on the TextBoxElement, but then the control seems locked and I want the user to be able to push the dropdown button and select the date from the calendar.
Is there any good way to restrict this access?
Regards
Svein Thomas
I want to restrict access, or be able to remove the edit function to the Textbox in the DateTimePicker.
I tried to hook into the TextChanging Event of th radDateTimePicker1.DateTimePickerElement.TextBoxElement and set the e.cancel = true. No visible changes was made when trying to edit the text, but it seems like it set some date in behind anyway.
I could do Enabled = false on the TextBoxElement, but then the control seems locked and I want the user to be able to push the dropdown button and select the date from the calendar.
Is there any good way to restrict this access?
Regards
Svein Thomas