Skip to content

Commit 655bd16

Browse files
author
Kendo Bot
committed
Sync with Kendo UI Professional
1 parent 8251d15 commit 655bd16

File tree

12 files changed

+66
-9
lines changed

12 files changed

+66
-9
lines changed
Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
---
2+
title: Badges
3+
page_title: Badges
4+
description: "Learn how to configure the badges of the Telerik UI ButtonGroup component for {{ site.framework }}."
5+
slug: badges_buttongroup_aspnetcore
6+
position: 8
7+
---
8+
9+
# Badges
10+
11+
The Telerik UI for {{ site.framework }} ButtonGroup provides options for adding badges to its Buttons.
12+
13+
To add or update a badge, use the `Badge()` configuration method.
14+
15+
```HtmlHelper
16+
@(Html.Kendo().ButtonGroup()
17+
.Name("player")
18+
.Items(t =>
19+
{
20+
t.Add().Text("One").Badge("1");
21+
})
22+
)
23+
```
24+
{% if site.core %}
25+
```TagHelper
26+
<kendo-buttongroup name="player">
27+
<buttongroup-items>
28+
<item text="One">
29+
<badge text="1" />
30+
</item>
31+
</buttongroup-items>
32+
</kendo-buttongroup>
33+
```
34+
{% endif %}
35+
36+
## See Also
37+
38+
* [Adding Badges to the ButtonGroup HtmlHelper for {{ site.framework }} (Demo)](https://demos.telerik.com/{{ site.platform }}/buttongroup/badges)
39+
* [Server-Side API of the ButtonGroup for {{ site.framework }}](/api/badge)

docs-aspnet/html-helpers/navigation/buttongroup/disabled-state.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,4 +41,4 @@ The following example demonstrates how to enable and disable the ButtonGroup ove
4141

4242
## See Also
4343

44-
* [Server-Side API](/api/buttongroup)
44+
* [Server-Side API of the ButtonGroup for {{ site.framework }}](/api/buttongroup)

docs-aspnet/html-helpers/navigation/buttongroup/events.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,5 +61,5 @@ For a complete example on basic ButtonGroup events, refer to the [demo on using
6161
## See Also
6262

6363
* [Using the API of the ButtonGroup HtmlHelper for {{ site.framework }} (Demo)](https://demos.telerik.com/{{ site.platform }}/buttongroup/api)
64-
* [ButtonGroup Server-Side API](/api/buttongroup)
64+
* [ButtonGroup Server-Side API for {{ site.framework }}](/api/buttongroup)
6565
* [ButtonGroup Client-Side API](https://docs.telerik.com/kendo-ui/api/javascript/ui/buttongroup)

docs-aspnet/html-helpers/navigation/buttongroup/getting-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -247,5 +247,5 @@ You can continue experimenting with the code sample above by running it in the T
247247
248248
* [Using the API of the ButtonGroup for {{ site.framework }} (Demo)](https://demos.telerik.com/{{ site.platform }}/buttongroup/api)
249249
* [ButtonGroup Client-Side API](https://docs.telerik.com/kendo-ui/api/javascript/ui/buttongroup)
250-
* [Server-Side API of the ButtonGroup](/api/buttongroup)
250+
* [Server-Side API of the ButtonGroup for {{ site.framework }}](/api/buttongroup)
251251
* [Knowledge Base Section](/knowledge-base)

docs-aspnet/html-helpers/navigation/buttongroup/icons.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,4 +52,4 @@ This ButtonGroup configuration is expected to produce the following HTML output:
5252
## See Also
5353

5454
* [Adding Images to the ButtonGroup HtmlHelper for {{ site.framework }} (Demo)](https://demos.telerik.com/{{ site.platform }}/buttongroup/icons)
55-
* [Server-Side API](/api/buttongroup)
55+
* [Server-Side API of the ButtonGroup for {{ site.framework }}](/api/buttongroup)

docs-aspnet/html-helpers/navigation/buttongroup/indexes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,4 +41,4 @@ The following example demonstrates how to select a button by its index.
4141

4242
## See Also
4343

44-
* [Server-Side API](/api/buttongroup)
44+
* [Server-Side API of the ButtonGroup for {{ site.framework }}](/api/buttongroup)

docs-aspnet/html-helpers/navigation/buttongroup/overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Overview
3-
page_title: Overview
3+
page_title: ButtonGroup Overview
44
description: "Discover the Telerik UI ButtonGroup component for {{ site.framework }} that provides features like Icons, two selection modes, and numerous built-in configuration options."
55
previous_url: /helpers/html-helpers/buttongroup, /helpers/navigation/buttongroup/overview
66
slug: htmlhelpers_buttongroup_aspnetcore

docs-aspnet/html-helpers/navigation/buttongroup/selection.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,4 +42,4 @@ The following example demonstrates how to use the `.Selection()` configuration.
4242
## See Also
4343

4444
* [Selection by the Telerik UI ButtonGroup HtmlHelper for {{ site.framework }} (Demo)](https://demos.telerik.com/{{ site.platform }}/buttongroup/selection)
45-
* [Server-Side API](/api/buttongroup)
45+
* [Server-Side API of the ButtonGroup for {{ site.framework }}](/api/buttongroup)

docs/backwards-compatibility/2023-backward-compatibility.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,6 @@ Starting with R1 2023 the ToolBar buttons will always be rendered as `<button>`
4040

4141
Starting with R1 2023 the ToolBar no longer requires its custom tools to be registered. To explore the new simplified way of defining custom tools in the ToolBar, refer to the [Custom Tools]({% slug custom_tools_kendoui_toolbar %}) documentation article.
4242

43-
**ToolBar**
43+
**Spreadsheet**
4444

4545
Starting with R1 2023 the default tools in the Home Tab of the Spreadsheet ToolBar have been re-arranged. The new order and grouping aims to better mimic the order of the tools present in MS Excel. In also offers better logical grouping of similar tools in available in the Spreadsheet.

src/kendo.data.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3171,7 +3171,7 @@ var __meta__ = {
31713171
data = this._flatData(this._data, this.options.useRanges);
31723172

31733173
for (idx = 0, length = data.length; idx < length; idx++) {
3174-
if (data[idx].isNew && data[idx].isNew()) {
3174+
if (data[idx].isNew && data[idx].isNew() && !data[idx].notFetched) {
31753175
result.push(data[idx]);
31763176
}
31773177
}

0 commit comments

Comments
 (0)