Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
775
Focus in Dropdown
posted

Hi,

   Consider i have selected any item  in webdropdown through UI. Then in Button Click iam doing

            wddCAType.SelectedItemIndex = 0;

But Still DropDown does n't lose the focus on previously selected item through UI.

what to do to lose focus on previously selected item.