Hi,
I downloaded the latest service pack 2008.1.515. While I am using the RadComboBox and using OnClientKeyPressing method. I have the following code and it gives me "Invalid argument" javascript error on the line "sender.hideDropDown();".
| <script language="javascript" type="text/javascript"> |
| function HandkeKeyPress(sender, eventArgs) |
| { |
| if (eventArgs.get_domEvent().keyCode == 9) |
| { |
| sender.hideDropDown(); |
| } |
| } |
| </script> |
Just wondering if it happens to anyone? I am using IE7.0 in Window XP Professional.