Good Day:
Does anyone know how to set the focus to a RadComboBox in Code behind?
What I'm trying to do is :
Does anyone know how to set the focus to a RadComboBox in Code behind?
What I'm trying to do is :
RadAjaxPanel2.FocusControl(this.rcbCounty.ClientID);
I know with the Calendar control you must do:
RadAjaxPanel2.FocusControl(this.calLoanOrigDate.DateInput.ClientID + "_text");
I would appreciate any help I can get with this.
Mary.