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

How can I share Kendo's skin with standard MVC HTML helpers?

3 Answers 129 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Ben Hayat
Top achievements
Rank 2
Ben Hayat asked on 22 Nov 2012, 01:02 AM
Hello Team;
Since Kendo is missing several of the key HTML helpers for inputbox or checkbox for data entry and we need to use the ones that come with MVC out of the box, how do we make/match the MVC standard helpers to match the skin & Theme of Kendo?

Our Data entry would look very out of place to put a @Html.TextBoxFor next to a @(Html.Kendo().NumericTextBox<double> if they don't share the same skin * theme. What's the procedure to share Keno's Skin?

Thanks!

3 Answers, 1 is accepted

Sort by
0
Accepted
Dimo
Telerik team
answered on 22 Nov 2012, 02:31 PM
Hello Ben,

You can apply Kendo UI CSS classes to generic HTML elements, so that they receive appropriate consistent styling. The following page lists the CSS classes that you can use:

http://docs.kendoui.com/getting-started/web/appearance-styling

We do not provide styling for checkboxes, as it requires additional HTML and Javascript.

Regards,
Dimo
the Telerik team
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
0
Ben Hayat
Top achievements
Rank 2
answered on 22 Nov 2012, 04:22 PM
Hello Dimo;

Thank you for the speedy response. The link you provided is very helpful. Is there plan to add support for Checkbox and Radiobutton to you CSS or is Kendo plan to add it;s own widgets to the list of widgets?

I hope you will add support for these two as well to cover most popular widgets.
Thank you again for your support.
0
Accepted
Dimo
Telerik team
answered on 23 Nov 2012, 07:35 AM
Hello Ben,

I am afraid we have no short-term plans to introduce styled chekboxes and radio buttons. We might implement them in Q3 2013, but consider this as preliminary and unofficial information.

Regards,
Dimo
the Telerik team
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
Tags
General Discussions
Asked by
Ben Hayat
Top achievements
Rank 2
Answers by
Dimo
Telerik team
Ben Hayat
Top achievements
Rank 2
Share this question
or