Hi Ken,
In order to change the appearance of a RadInput textbox, so that it is preserved, you should modify the control's styles collection:
http://www.telerik.com/help/aspnet-ajax/input_clientsidebasics.html
Apart from EnabledStyle, you can also modify HoveredStyle and FocusedStyle.
SomeStyle[0] is for inline styles, while SomeStyle[1] is for CSS classes.
Kind regards,
Dimo
the Telerik team
Do you want to have your say when we set our development plans?
Do you want to know when a feature you care about is added or when a bug fixed?
Explore the
Telerik Public Issue Tracking
system and vote to affect the priority of the items.