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

Set a Value for RadCombo from JavaScript

3 Answers 101 Views
ComboBox
This is a migrated thread and some comments may be shown as answers.
Javad Davari
Top achievements
Rank 1
Javad Davari asked on 24 Aug 2008, 11:29 AM
hello

i want set a text and value of Radcombobox without Fire OnInputClick
from RadComboBox

i start other post in 
http://www.telerik.com/community/forums/thread/b311D-bkktbd.aspx

that describe my question


thanks
Davari

3 Answers, 1 is accepted

Sort by
0
Javad Davari
Top achievements
Rank 1
answered on 24 Aug 2008, 12:58 PM
Salam

I find a solution for this problem

 window['RadComboBox1'].SetText("YourText");  
 window['RadComboBox1'].SetValue("YourValue"); 

this way have't any limit (place )


All the best
Javad
0
Veselin Vasilev
Telerik team
answered on 25 Aug 2008, 08:27 AM
Hi Javad Davari,

Yes, that's fine. More information is available here:
http://www.telerik.com/help/aspnet/combobox/combo_client_model.html

Best wishes,
Veskoni
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
0
Javad Davari
Top achievements
Rank 1
answered on 25 Aug 2008, 10:18 AM
Hi  Veskoni 
Thanks for your notice

but in your link use from 
<%=RadComboBox1.ClientID %>;

that this code is limit


All the best
Davri
Tags
ComboBox
Asked by
Javad Davari
Top achievements
Rank 1
Answers by
Javad Davari
Top achievements
Rank 1
Veselin Vasilev
Telerik team
Share this question
or