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

RadComboBox View Problem

3 Answers 119 Views
ComboBox
This is a migrated thread and some comments may be shown as answers.
nDeso
Top achievements
Rank 1
nDeso asked on 11 Jan 2012, 03:41 AM
my radcombobox view is not right. Please check the following attachment.
i use telerik v.2011.1.315.35

3 Answers, 1 is accepted

Sort by
0
Accepted
Princy
Top achievements
Rank 2
answered on 11 Jan 2012, 05:48 AM
Hello,

Try reducing the width of dropdown arrow as shown.
CSS:
.RadComboBox .rcbArrowCell a
 {
    width: 18px !important;
 }

Thanks,
Princy.
0
nDeso
Top achievements
Rank 1
answered on 11 Jan 2012, 08:45 AM
thanks Sir. it works.
it seems i have some problem with my telerik and CSS, but i dont know how to fix it.
could you give me some advice. thanks in advance.
0
Princy
Top achievements
Rank 2
answered on 12 Jan 2012, 05:38 AM
Hello,

In order to remove the empty space, do one of the following:
1) set TableLayout as Fixed for the MasterTableView
2) set Width for the MasterTableView
3) set larger column widths

Thanks,
Princy.
Tags
ComboBox
Asked by
nDeso
Top achievements
Rank 1
Answers by
Princy
Top achievements
Rank 2
nDeso
Top achievements
Rank 1
Share this question
or