1) How can I change the font of the RadDropDownList items on the style builder ?
2) How Can I set the alignment of the RadDateTimePicker selected date to right on the style builder?
Thanks.
1 Answer, 1 is accepted
0
Anton
Telerik team
answered on 12 Dec 2012, 05:17 PM
Hi Lior,
Thank you for contacting us.
1. RadDropDownList uses RadListControl to represents its items (RadListElement in fact). So if you change the theme of RadListControl in VisualStyleBuilder, this will change both the items in RadListControl and the items in the drop down of RadDropDownList.
2. To align the text of DateTimePicker, you need to set TextAlign property of RadTimeMaskedEditBoxElement. Currently, this property is not a RadProperty and can't be set through VisualStyleBuilder. However the desired behavior can be achieved easily through the code. For example: