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

Odd drawing of RadCombo box

2 Answers 44 Views
ComboBox
This is a migrated thread and some comments may be shown as answers.
Fawad
Top achievements
Rank 1
Fawad asked on 09 Oct 2009, 06:55 PM
Ok, this might be a known issue.

The problem is, I am adding a user control on a page on-the-fly. I have RadDateTimePicker and RadComboBox on that page. Both have skin set to "Outlook". When added like this, DateTime control shows date and time buttons below the input box of Date time like this:

[________________________]
[DateButton] [TimeButton]


instead of showing it like:

[________________________] [DateButton] [TimeButton]



Also, the RadComboBox is showing combo drop down arrow below the combo input box, like this:

[______________]
[ArrowButton]



instead of showing it like:

[______________] [ArrowButton]


Is this because I am programmatically (dynamically) adding the control to page?



Please can you guys guide me?


Kind Regards

Fawad

2 Answers, 1 is accepted

Sort by
0
Fawad
Top achievements
Rank 1
answered on 12 Oct 2009, 09:02 AM
Anyone??
0
Fawad
Top achievements
Rank 1
answered on 17 Oct 2009, 02:39 PM
No worries, resolved now. It was my CSS's

float:left !important;

which was causing issues.


Regards.
Tags
ComboBox
Asked by
Fawad
Top achievements
Rank 1
Answers by
Fawad
Top achievements
Rank 1
Share this question
or