This is a migrated thread and some comments may be shown as answers.

[Solved] Javascript error in RadComboBox hideDropDown() in OnClientKeyPressing

1 Answer 196 Views
ComboBox
This is a migrated thread and some comments may be shown as answers.
Chris
Top achievements
Rank 1
Chris asked on 10 Jun 2008, 03:05 AM
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.

1 Answer, 1 is accepted

Sort by
0
Rosi
Telerik team
answered on 10 Jun 2008, 06:23 AM
Hello Chris,

We are not able to reproduce the problem at our side. However I suggest you try our latest internal build.

If this does not help you,please open a  support ticket and send us simple running project illustrating the problem.

Regards,
Rosi
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
Tags
ComboBox
Asked by
Chris
Top achievements
Rank 1
Answers by
Rosi
Telerik team
Share this question
or