I am using a RadDatePicker within a custom control. What I need to do is to trigger an event when the date changes. So I've added an OnTextChanged even on the DateInput. And I've set AutoPostBack = TRUE, but I never seem to get the textChanged event to fire. Additionally, the text doesn't actually get updated in the datepickers date input until I pick a date, and then put my cursor back into the control again.
But if I remove this event and AutoPostBack setting the text box is updated, but how can I caputre this event?
I need the custom control (which contains the radDatePicker) to raise an event on the container page/control based on teh change of selected date in the datepicker -- either when the user picks a date on the calendar popup, or manually enters a date in the text dateinput field.
I also tried using onSelectedDateChanged even of teh DatePicker, but again, if I set AutoPostBack = true this is causing the dateinput text field not be correctly updated.
Thanks!
Debbie
But if I remove this event and AutoPostBack setting the text box is updated, but how can I caputre this event?
I need the custom control (which contains the radDatePicker) to raise an event on the container page/control based on teh change of selected date in the datepicker -- either when the user picks a date on the calendar popup, or manually enters a date in the text dateinput field.
I also tried using onSelectedDateChanged even of teh DatePicker, but again, if I set AutoPostBack = true this is causing the dateinput text field not be correctly updated.
Thanks!
Debbie