I am receiving this error when navigating back to a page with RadComboBox controls:
Microsoft JScript runtime error: Unable to get value of the property 'showDropDown': object is null or undefined
Error happens on code in bold. If I refresh the page it works until I try navigating back to it..
Microsoft JScript runtime error: Unable to get value of the property 'showDropDown': object is null or undefined
<script type="text/javascript" > function comboGotFocus(sender) { var combo = $find(sender.id); combo.showDropDown(); } </script>
Error happens on code in bold. If I refresh the page it works until I try navigating back to it..