Skip to content

Latest commit

 

History

History
64 lines (50 loc) · 3.39 KB

File metadata and controls

64 lines (50 loc) · 3.39 KB
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

HTML Helpers Overview

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.

Known Issues

  • 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()
      )
    

Grid Specifics

The Grid does not support server-side rendering. The toolbar template, column header template, and column template are no longer rendered on the server.

Chart Specifics

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

Editor Specifics

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.

See Also

  • [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 %})