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

Input Cursor Style

2 Answers 34 Views
ComboBox
This is a migrated thread and some comments may be shown as answers.
Mark
Top achievements
Rank 1
Mark asked on 13 Mar 2014, 09:10 PM
Hi All,

One of the Users noted that the input cursor in RadComboBoxes is Italicized, as in it appears like this: /

Is there a way to straighten it?

Thanks,
Mark

2 Answers, 1 is accepted

Sort by
0
Shinu
Top achievements
Rank 2
answered on 14 Mar 2014, 03:45 AM
Hi Mark,

Unfortunately I couldn't replicate the issue at my end. Please have a look into the sample code snippet which works fine at my end. Please provide a sample code where I can replicate the issue for further help.

ASPX:
<telerik:RadComboBox ID="RadComboBox1" runat="server" AllowCustomText="true">
    <Items>
        <telerik:RadComboBoxItem Text="Item1" />
        <telerik:RadComboBoxItem Text="Item2" />
    </Items>
</telerik:RadComboBox>

Thanks,
Shinu.
0
Mark
Top achievements
Rank 1
answered on 14 Mar 2014, 02:39 PM
Thanks for the reply Shinu!  I think it's just the way the browser renders things.
Tags
ComboBox
Asked by
Mark
Top achievements
Rank 1
Answers by
Shinu
Top achievements
Rank 2
Mark
Top achievements
Rank 1
Share this question
or