Declined
Last Updated: 25 Apr 2014 16:04 by ADMIN
Jason
Created on: 23 Apr 2014 17:03
Category: Kendo UI for jQuery
Type: Feature Request
1
Disable Styling
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
1 comment
ADMIN
Telerik Admin
Posted on: 25 Apr 2014 16:04
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.