Aligning list values within a combobox cell

Hi,

I was wondering if there’s an option allowing me to align list values when editing a combobox cell into a grid ?

Thanks.

Which column type do you mean? “co”, “coro” or “combo”?

It is a co type.

Thanks

You can redefine following css class:

.dhx_combo_select{ text-align:right; }

The problem is that Internet Explorer doesn’t allow texts in options to be aligned to the right and so on. So it’s not gonna work with it, while it works with Opera (didn’t test with Firefox and Safari yet, but i guess they will act like Opera).

Never mind, i found another solution to fix it temporarly, using “direction: rtl;”

Thanks for your help.