Hi,
I have a fussy client who loves the Calendar part of the RadDatePicker but wants drop down lists instead of the "textbox" part (the DateInput).
I have this all working except when I turn off the DateInput part using :
rdpWeddingDate.DateInput.Visible = False
I get a JavaScript error from the rest of the control: ... Sys.InvalidOperationException: Component 'ctl00_cp1_rdpWeddingDate_dateInput' was not found.
This problem is easily re-producible, just toggling the .Visible property fix/causes the problem.
Does anyone know a work around for this, some other part that needs disabling, perhaps ?
Thanks for your help.
I have a fussy client who loves the Calendar part of the RadDatePicker but wants drop down lists instead of the "textbox" part (the DateInput).
I have this all working except when I turn off the DateInput part using :
rdpWeddingDate.DateInput.Visible = False
I get a JavaScript error from the rest of the control: ... Sys.InvalidOperationException: Component 'ctl00_cp1_rdpWeddingDate_dateInput' was not found.
This problem is easily re-producible, just toggling the .Visible property fix/causes the problem.
Does anyone know a work around for this, some other part that needs disabling, perhaps ?
Thanks for your help.