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

Hide and show RadComboBox from JQuery

0 Answers 101 Views
ComboBox
This is a migrated thread and some comments may be shown as answers.
nav100
Top achievements
Rank 1
nav100 asked on 27 Jan 2011, 09:35 PM

Hi,

I am trying to hide and show RadComboBox. I am using .hideDropDown() but it doesn't work. What could be an issue?

$.ajax({ 
            url
: applicationPath + "/test/Test.svc/GetResultById", 
            type
: "POST", 
            dataType
: "json", 
            data
: '{"sId":' + sender.get_value() + '}', 
            contentType
: "application/json; charset=utf-8", 
            success
: function(result) 
             
{ 
                 
if(result.d == false) 
                 
{ 
                  

 

                           var combo = "<%= RadComboBox1.ClientID %>");

                    combo.hideDropdown(); 
                 
} 
             
}          

No answers yet. Maybe you can help?

Tags
ComboBox
Asked by
nav100
Top achievements
Rank 1
Share this question
or