title | page_title | description | previous_url | slug | position |
---|---|---|---|---|---|
Overview |
HTML Helpers Overview | Telerik UI for ASP.NET Core |
Learn the basics when working with Telerik UI HTML Helpers for ASP.NET Core (aka MVC 6 or ASP.NET Core MVC). |
/aspnetmvc-apps/mvc-6/known-issues, /mvc-6/known-issues, /known-issues |
knownissues_aspnetmvc6_aspnetmvc |
0 |
The Telerik UI HTML Helpers for ASP.NET Core enable you to configure the corresponding Kendo UI widgets.
HTML Helpers can be added and further configured through predefined strongly typed attributes and also allow you to handle the events of the widgets in ASP.NET Core projects.
-
Currently, Telerik UI for ASP.NET Core does not support localization resources. For more information and discussion on this issue, refer to dotnet/coreclr#2007 and aspnet/Home/issues/1124.
-
The current set of helpers is limited and next releases will add more helpers.
-
Deferred()
can be invoked only as a last setting.@(Html.Kendo().NumericTextBox() .Name("age") /* Other configuration. */ .Deferred() )
The Grid does not support server-side rendering. The toolbar template, column header template, and column template are no longer rendered on the server.
Previous Enum | Now |
---|---|
ChartAreaStyle |
ChartSeriesLineStyle |
ChartAreaMissingValues |
ChartSeriesMissingValues |
ChartBarGradient |
ChartSeriesGradient |
ChartBarLabelsPosition |
ChartSeriesLabelsPosition |
ChartFunnelLabelsAlign |
ChartSeriesLabelsAlign |
ChartFunnelLabelsPosition |
ChartSeriesLabelsPosition |
ChartLineMissingValues |
ChartSeriesMissingValues |
ChartLineStyle |
ChartSeriesStyle |
ChartPieLabelsAlign |
ChartSeriesLabelsAlign |
ChartPieLabelsPosition |
ChartSeriesLabelsPosition |
ChartPointLabelsPosition |
ChartSeriesLabelsPosition |
ChartPolarAreaStyle |
ChartSeriesLineStyle |
ChartPolarLineStyle |
ChartSeriesLineStyle |
ChartRadarAreaStyle |
ChartSeriesLineStyle |
ChartRadarLineStyle |
ChartSeriesLineStyle |
ChartRangeAreaLabelsPosition |
ChartSeriesLabelsPosition |
ChartScatterLineMissingValues |
ChartSeriesMissingValues |
ChartScatterLineStyle |
ChartSeriesStyle |
The Thumbnails view of the ImageBrowser is not supported because the System.Drawing
namespace is not part of ASP.NET Core. However, you can process images on the server side by using a third-party library.
- [Introduction to Telerik UI for ASP.NET Core]({% slug overview_aspnetmvc6_aspnetmvc %})
- [First Steps on Visual Studio for Windows (Online Guide)]({% slug gettingstarted_aspnetmvc6_aspnetmvc %})
- [First Steps on Visual Studio for Mac (Online Guide)]({% slug gettingstarted_firststeps_vsmac %})
- [First Steps with CLI (Online Guide)]({% slug gettingstartedcli_aspnetmvc6_aspnetmvc %})