Skip to content

Latest commit

 

History

History
81 lines (59 loc) · 3.78 KB

known-issues.md

File metadata and controls

81 lines (59 loc) · 3.78 KB
title page_title description previous_url slug position
Known Issues
Known Issues | Telerik UI for ASP.NET Core
Read about known issues when using Telerik UI for ASP.NET MVC in ASP.NET 5 and ASP.NET Core (aka MVC 6 or ASP.NET Core MVC).
/aspnetmvc-apps/mvc-6/known-issues, /mvc-6/known-issues
knownissues_aspnetmvc6_aspnetmvc
6

Known Issues

This articles summarizes all known issues related to Telerik UI for ASP.NET MVC, version 6.

ASP.NET Core Framework

  • Data Tables are not supported. For more information on this limitation, refer to dotnet/corefx#1039.
  • Localization resources are not supported. For more information on this limitation, refer to dotnet/coreclr#2007.

HtmlHelpers

Common Issues

  • Limited set of helpers. Interim releases will add more widgets.
  • Localization is a work in progress. For a discussion, refer to aspnet/Home/issues/1124.
  • Deferred() can be invoked only as a last setting.
Example
@(Html.Kendo().NumericTextBox()
      .Name("age")
      /*other configuration..*/
      .Deferred()
)
  • Tag helpers might need to be disabled on pages, where widgets that can render custom content are used—for example, the Button, Editor, Splitter, Tooltip, or Window. Some tag helpers, such as the href one, are processed automatically and result in invalid HTML.
Example
@removeTagHelper "*, Microsoft.AspNet.Mvc.Razor"
@removeTagHelper "*, Microsoft.AspNetCore.Mvc.Razor"

Grid

Server-side rendering is not supported. The Toolbar template, Column Header template, and Column Template are no longer rendered on the server.

Chart

Enum Now by
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
ChartScatterLineMissingValues ChartSeriesMissingValues
ChartScatterLineStyle ChartSeriesStyle

Editor

The Thumbnails view of the ImageBrowser is not supported because the System.Drawing namespace is not part of ASP.NET Core. However, a third-party library can be used for the server-side processing of images.

MultiSelect

The TagMode enum is now by MultiSelectTagMode.

See Also

  • [Overview of Telerik UI for ASP.NET Core - RC1]({% slug overview_aspnetmvc6_aspnetmvc %})
  • [Get Started with Telerik UI for ASP.NET MVC in ASP.NET Core Projects]({% slug gettingstarted_aspnetmvc6_aspnetmvc %})
  • [Get Started with Telerik UI for ASP.NET MVC in ASP.NET Core Projects on Linux]({% slug gettingstartedlinux_aspnetmvc6_aspnetmvc %})
  • [Tag Helpers for ASP.NET Core]({% slug taghelpers_aspnetmvc6_aspnetmvc %})