I understand that many of the controls would require styling automatically. I would like options added to controls to disable the styling if possible. For example: MaskedTextbox, let me pass in. { styling: none } as an option on create, and we get a normal, un-styled text box
Disabling the styling for our widgets is not trivial at all, since all of them depend on common styles to be able to display their elements properly (ex. dropdowns, date pickers, etc.). Therefore, my suggestion would be to modify the styles to simulate regular textboxes manually, using the info from this forum thread for reference: http://www.telerik.com/forums/styling-a-panelbar Closing this item.