Hi folks, do you have any trick how to align a text in combobox to right?
Adding a standard class does not work :( Thanks, Tomas |
It is not possible to set text-align of a specific combobox inside a grid. This is possible for comboboxes outside grid by using custom css but not works for those in a grid. i.e this class sets all comboboxes in the app:
And this one sets a specific combobox (named myCombo) in a panel (named myPanel) (not inside a grid):
But no trick for a combo inside a grid. |