Hi everyone,
Here is the scenario I am having an issue with:
I have two Combo boxes on my webpage, combo box A refreshes combo box B after you move off combo box A. In the code behind for combo box A selected index change is
Here is the scenario I am having an issue with:
I have two Combo boxes on my webpage, combo box A refreshes combo box B after you move off combo box A. In the code behind for combo box A selected index change is
RadScriptManager1.SetFocus(COMBOBOXB.ClientID +
"_Input");
However this code does not properly set focus back on the control. The list item that is combo box is not given the blue selection.
Please advise.
Thank you in advance.