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

Selected Items Right aligned after upgrade

2 Answers 47 Views
ComboBox
This is a migrated thread and some comments may be shown as answers.
Alex
Top achievements
Rank 2
Alex asked on 14 Feb 2013, 09:08 PM
Just upgraded from 2012.2 607 to 2012.3 1308.

All my RadComboBox' selected items are right aligned. The list is properly left aligned.

I started a new project to see if this was a generic issue or just related to the upgraded project and the new project everything is properly aligned.

2 Answers, 1 is accepted

Sort by
0
Alex
Top achievements
Rank 2
answered on 14 Feb 2013, 09:28 PM
OK I found the culprit.

Our application is finanicial based and all inputs are numerical so we have this CSS:
input[type="text"]
{
    text-align: right;
}

In the previous version of telerik that we were using this was not impacting the radcombobox but the newer version of the radcombobox is being affected by this CSS.

0
Nencho
Telerik team
answered on 19 Feb 2013, 10:18 AM
Hello Alex,

Thank you for sharing your solution with the community.

Greetings,
Nencho
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now.
Tags
ComboBox
Asked by
Alex
Top achievements
Rank 2
Answers by
Alex
Top achievements
Rank 2
Nencho
Telerik team
Share this question
or