Hi,
Does anyone know how to set the focus to a webdropdown on the client side. I can't find the function in the help, and when I try just .focus() it doesn't work.
function setFocus()
{
var dd = $find("WebDropDown1");
dd._elements["Input"].focus();
}
That should work.
Thanks,
Angel