Skip to content

Commit 57d6438

Browse files
committed
Sync with Kendo UI Professional
1 parent b4285d7 commit 57d6438

File tree

13 files changed

+20
-11
lines changed

13 files changed

+20
-11
lines changed

docs-aspnet/_config.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,6 @@ navigation:
148148
"html-helpers/helper-basics/build-team-efficiency-dashboard":
149149
title: "Build Team Efficiency Dashboard"
150150
position: 15
151-
include_in_navigation: true
152151
"html-helpers/helper-basics-mvc":
153152
title: "Working with Helpers"
154153
position: 2

docs-aspnet/backwards-compatibility/2024-backwards-compatibility.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,14 @@ The Kendo UI theme stylesheet still contains all the necessary styles. However,
3030
### Checkbox
3131

3232
The `Rounded` configuration for the HTML Helpers now expects [`Kendo.Mvc.UI.Rounded`](https://docs.telerik.com/aspnet-core/api/kendo.mvc.ui/rounded) enum instead of [`Kendo.Mvc.UI.BasicRounded`](https://docs.telerik.com/aspnet-core/api/kendo.mvc.ui/basicrounded), exposing an additional `Full` option.
33+
34+
### PanelBar TagHelper
35+
36+
The `PanelBarItemBase(ViewContext)` constructor of the `PanelBarItemBase.cs` class is now obsolete. Use the parameterless constructo instead.
37+
38+
### Form TagHelper
39+
40+
The `Size` attribute now expects [`Kendo.Mvc.UI.ComponentSize`](https://docs.telerik.com/aspnet-core/api/kendo.mvc.ui/componentsize) enum instead of a string.
3341
{% endif %}
3442

3543
## {{ site.product }} Q2 2024
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Build the Team Efficiency Dashboard Project - Step 6: Manage the Client Side
2+
title: Build the Team Efficiency Dashboard Project - Step 6 Manage the Client Side
33
page_title: Build the Team Efficiency Dashboard Project - Manage the Client Side
44
description: "Build the Team Efficiency Dashboard Project - Step 6: Manage the Client Side."
55
slug: client_side_timeefficiencyapp_aspnetmvc6
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Build the Team Efficiency Dashboard Project - Step 1: Getting Up and Running
2+
title: Build the Team Efficiency Dashboard Project - Step 1 Getting Up and Running
33
page_title: Build the Team Efficiency Dashboard Project - Getting Up and Running
44
description: "Build the Team Efficiency Dashboard Project - Step 1: Getting Up and Running."
55
previous_url: /tutorials/quickstart/team-efficiency, /tutorials/tutorial-aspnetmvc-quick-start/build-team-efficiency-app/chapter1, /tutorials/tutorial-aspnetmvc-quick-start/build-team-efficiency-app/chapter2, /tutorials/tutorial-aspnetmvc-quick-start/build-team-efficiency-app/chapter3, /tutorials/tutorial-aspnetmvc-quick-start/build-team-efficiency-app/chapter4, /tutorials/tutorial-aspnetmvc-quick-start/build-team-efficiency-app/chapter5, /tutorials/tutorial-aspnetmvc-quick-start/build-team-efficiency-app/chapter6, /tutorials/tutorial-aspnetmvc-quick-start/build-team-efficiency-app/chapter7, /tutorials/tutorial-aspnetmvc-quick-start/build-team-efficiency-app/chapter8, /tutorials/tutorial-aspnetmvc-quick-start/build-team-efficiency-app/chapter9, /tutorials/tutorial-aspnetmvc-quick-start/build-team-efficiency-app/chapter10
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Build the Team Efficiency Dashboard Project - Step 9: Make the Application Responsive
2+
title: Build the Team Efficiency Dashboard Project - Step 9 Make the Application Responsive
33
page_title: Build the Team Efficiency Dashboard Project - Make the Application Responsive
44
description: "Build the Team Efficiency Dashboard Project - Step 9: Make the Application Responsive."
55
slug: go_responsive_timeefficiencyapp_aspnetmvc6
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Build the Team Efficiency Dashboard Project - Step 2: Input Controls
2+
title: Build the Team Efficiency Dashboard Project - Step 2 Input Controls
33
page_title: Build the Team Efficiency Dashboard Project - Input Controls
44
description: "Build the Team Efficiency Dashboard Project - Step 2: Input Controls."
55
slug: input_controls_timeefficiencyapp_aspnetmvc6
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Build the Team Efficiency Dashboard Project - Step 10: Add and Configure the Kendo UI Themes
2+
title: Build the Team Efficiency Dashboard Project - Step 10 Add and Configure the Kendo UI Themes
33
page_title: Build the Team Efficiency Dashboard Project - Add and Configure the Kendo UI Themes
44
description: "Build the Team Efficiency Dashboard Project - Step 10: Add and Configure the Kendo UI Themes."
55
slug: kendoui_themes_timeefficiencyapp_aspnetmvc6
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Build the Team Efficiency Dashboard Project - Step 3: Scaffolding
2+
title: Build the Team Efficiency Dashboard Project - Step 3 Scaffolding
33
page_title: Build the Team Efficiency Dashboard Project - Scaffolding
44
description: "Build the Team Efficiency Dashboard Project - Step 3: Scaffolding."
55
slug: scaffolding_timeefficiencyapp_aspnetmvc6
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Build the Team Efficiency Dashboard Project - Step 8: Add and Configure the Telerik UI Charts
2+
title: Build the Team Efficiency Dashboard Project - Step 8 Add and Configure the Telerik UI Charts
33
page_title: Build the Team Efficiency Dashboard Project - Add and Configure the Telerik UI Charts
44
description: "Build the Team Efficiency Dashboard Project - Step 8: Add and Configure the Telerik UI Charts."
55
slug: telerikui_charts_timeefficiencyapp_aspnetmvc6
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Build the Team Efficiency Dashboard Project - Step 7: Handle the Telerik UI Datasource
2+
title: Build the Team Efficiency Dashboard Project - Step 7 Handle the Telerik UI Datasource
33
page_title: Build the Team Efficiency Dashboard Project - Handle the Telerik UI Datasource
44
description: "Build the Team Efficiency Dashboard Project - Step 7: Handle the Telerik UI Datasource."
55
slug: telerikui_datasource_timeefficiencyapp_aspnetmvc6

0 commit comments

Comments
 (0)