Great suggestion. Currently I have to add @class="k-texbox" for every TextboxFor.
It will be nice if kendo grid has functionality to export html controls(created using javascript): 1- Textbox 2. checkbox 3. dropdown
TextBox html helper is included, starting version 2014.2.716. Button widget is also available. Since Q3 2014, we also offer CheckBox and RadioButton html helpers as part of our MVC server wrappers.
Given the "themed" nature of kendo ui controls and the reasons that we purchase a control suite, I think its very important to have a full set of kendo styled input elements, especially the basic ones, without littering our code with loads of {@class="bla...bla..."}. Surely this can't be a massive job ?...
Especially add a widget for a multiline textbox. Your CSS class of 'k-textbox' currently messes up any textareas that I use, which is annoying.
it would be nice if Html.Kendo() would has: - textboxfor - checkboxfor - button - actionlink with apropriate KendoUI styling. Now we have to add CSS classes.
we need a textboxfor helper