Hi,
I'm having some trouble adjusting the TimePicker apearance to my requirements.
In terms of internationalization, the control doesn't seem to accept the changes I make to the displayed strings. For example, the code:
produces no visible effects (ie, the english strings are still shown).
Also, is it possible to adjust the tables in the popup so that it only displays a subset of hours (for example, working hours)?
Finally, is it possible do adjust the hours and minutes tables relative sizes? For example, setting that the hours table takes 70% of the available height and 30% for the minutes table?
Thanks,
Miguel
I'm having some trouble adjusting the TimePicker apearance to my requirements.
In terms of internationalization, the control doesn't seem to accept the changes I make to the displayed strings. For example, the code:
this
.radTimePicker1.CloseButtonText =
"Fechar"
;
this
.radTimePicker1.TimePickerElement.HourHeaderText =
"Horas"
;
this
.radTimePicker1.TimePickerElement.MinutesHeaderText =
"Minutos"
;
produces no visible effects (ie, the english strings are still shown).
Also, is it possible to adjust the tables in the popup so that it only displays a subset of hours (for example, working hours)?
Finally, is it possible do adjust the hours and minutes tables relative sizes? For example, setting that the hours table takes 70% of the available height and 30% for the minutes table?
Thanks,
Miguel