This is a migrated thread and some comments may be shown as answers.

Kendo look & feel

5 Answers 104 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Martin Durao
Top achievements
Rank 1
Martin Durao asked on 15 Jun 2012, 03:45 PM
Hello support

I would want to apply the same style of kendo controls to vanilla html controls like inputs or textareas.
Is there some predefined way to do it? 

Thanks in advance
Martin

5 Answers, 1 is accepted

Sort by
0
sitefinitysteve
Top achievements
Rank 2
Iron
Veteran
answered on 18 Jun 2012, 01:23 PM
I usually just browse the demos to find the classes on standard controls

But try things like
class="k-button"
class="k-textbox"
class="k-input"
0
Kamen Bundev
Telerik team
answered on 18 Jun 2012, 01:46 PM
Hi guys,

Yes, the needed CSS classes are listed in the documentation - for instance .k-input is not recommended for standalone input styling, better use .k-textbox instead.

Greetings,
Kamen Bundev
the Telerik team
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
0
sitefinitysteve
Top achievements
Rank 2
Iron
Veteran
answered on 18 Jun 2012, 01:50 PM
OH Sweet, I didn't see that doc!
0
Martin Durao
Top achievements
Rank 1
answered on 18 Jun 2012, 03:21 PM
Thank you Steve and Kamen!
I'll read documentation carefully because I either saw it before...
0
Jeff
Top achievements
Rank 1
answered on 21 Jun 2012, 03:19 AM
How about removing the styles from controls that you do not wish to be styled by Kendo?  I have search box that I want to autocomplete, but I want to style it myself.  Thoughts?
Tags
General Discussions
Asked by
Martin Durao
Top achievements
Rank 1
Answers by
sitefinitysteve
Top achievements
Rank 2
Iron
Veteran
Kamen Bundev
Telerik team
Martin Durao
Top achievements
Rank 1
Jeff
Top achievements
Rank 1
Share this question
or