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

what is the problem about this height css in input area?

4 Answers 61 Views
ComboBox
This is a migrated thread and some comments may be shown as answers.
Majid Darab
Top achievements
Rank 1
Majid Darab asked on 18 Jan 2010, 03:02 AM
hi my dear friends :
i use this tutorial to change the style of input area (Specially height and font-size) :
http://www.telerik.com/help/aspnet-ajax/appearance-change-input-look-tutorial.html
i mean (4.css)


so i did this to my radcombobox :
my css is like this :

        div.RadComboBox_Vista .rcbInputCell INPUT.rcbInput 
{       
   background-colorred;    
   coloryellow
   height37px

and my radcombobox like this :
<telerik:RadComboBox ID="RadcbCompanies" runat="server" AppendDataBoundItems="True" 
                                                    DataSourceID="sdsCompany" DataTextField="CoName" DataValueField="ID" EnableEmbeddedSkins="False" 
                                                    LoadingMessage="درحال لود شدن ..." RadComboBoxImagePosition="Left" Skin="Vista" 
                                                    Width="250px" MarkFirstMatch="True" MaxHeight="700px" Font-Size="15pt"
                                                    <Items> 
                                                        <telerik:RadComboBoxItem runat="server"  
                                                            Text="لطفاً یک گزینه را انتخاب نمایید ..." Value="-1" /> 
                                                    </Items> 
                                                </telerik:RadComboBox> 


so what is the problem about triangle at the rightt corner?
see capture.jpg picture

thanks for your attention
best regards

4 Answers, 1 is accepted

Sort by
0
hwsoderlund
Top achievements
Rank 1
answered on 18 Jan 2010, 09:04 AM
Wrong forum, this should be in the asp.net forum. /Henrik
0
Majid Darab
Top achievements
Rank 1
answered on 18 Jan 2010, 10:28 AM
hello dear henrik
is here telerik forum?
and 
is radcombobx the component of telerik controls?
so i think i am in the right place
thanks

0
hwsoderlund
Top achievements
Rank 1
answered on 18 Jan 2010, 10:32 AM
Yes, but Telerik has several different component suites, one for asp.net, one for silverlight, one for winforms etc. You have posted your question in the forum for the Silverlight version of RadComboBox. Here is the link to the correct forum:
http://www.telerik.com/community/forums/aspnet-ajax/combobox.aspx

/Henrik
0
Majid Darab
Top achievements
Rank 1
answered on 18 Jan 2010, 02:56 PM
ok
so sorry my friend
busy mind
....
best regards for both of you
bye

Tags
ComboBox
Asked by
Majid Darab
Top achievements
Rank 1
Answers by
hwsoderlund
Top achievements
Rank 1
Majid Darab
Top achievements
Rank 1
Share this question
or