quick question (can't seem to find an answer by searching)
I have a raddatepicker inside an AJAX panel everything on the form works fine, but I can't seem to set focus to it from the server side.
I can set focus to a radtextbox sitting directly beside the datepicker.
on the server side
This works
RadAjaxManaer.FocusControl(txtMyRadTextbox)
this does not work
RadAjaxManaer.FocusControl(rdpMyRadDatePicker)
any suggestions???
I have a raddatepicker inside an AJAX panel everything on the form works fine, but I can't seem to set focus to it from the server side.
I can set focus to a radtextbox sitting directly beside the datepicker.
on the server side
This works
RadAjaxManaer.FocusControl(txtMyRadTextbox)
this does not work
RadAjaxManaer.FocusControl(rdpMyRadDatePicker)
any suggestions???