Skip to content

Commit c77cbef

Browse files
committed
Sync with Kendo UI Professional
1 parent 6be9bd1 commit c77cbef

15 files changed

+332
-50
lines changed

docs-aspnet/html-helpers/data-management/pivotgrid/overview.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ The PivotGrid represents multidimensional data in a cross-tabular format.
2929
* [Demo page for the PivotGrid TagHelper](https://demos.telerik.com/aspnet-core/pivotgrid/tag-helper)
3030
{% endif %}
3131

32+
> The new PivotGridV2 is now available. It offers a brand new design and a new future-proof architecture that allows the implementation of many upcoming functionalities. As PivotGridV2 aims to replace the legacy PivotGrid, it is recommended to use the PivotGridV2 in your new projects. For information about the differences between the PivotGrid and PivotGridV2, refer to the [Comparison]({% slug htmlhelpers_pivotgridv2_aspnetcore_comparison %}) article.
33+
3234
## Basic Configuration
3335

3436
To configure the PivotGrid for Ajax binding to an [Adventure Works](https://learn.microsoft.com/en-us/analysis-services/multidimensional-tutorial/multidimensional-modeling-adventure-works-tutorial?view=asallproducts-allversions) cube that is hosted on `https://demos.telerik.com/olap/msmdpump.dll`, follow the next steps:

docs/api/javascript/dataviz/ui/barcode.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ The height of the barcode in pixels. By default the height is 100.
121121
type: "ean13",
122122
value: "123456789987",
123123
color: "#10c4b2",
124-
width: 300
124+
height: 300
125125
});
126126
</script>
127127

@@ -309,7 +309,7 @@ If set to false the barcode will not display the value as a text below the barco
309309
text:{
310310
visible: false
311311
},
312-
height:200
312+
height: 300
313313
});
314314
</script>
315315

docs/api/javascript/dataviz/ui/stock-chart.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9781,7 +9781,7 @@ The accessible description of the Chart. The description is announced by screen
97819781
<script>
97829782
$("#stock-chart").kendoStockChart({
97839783
title: {
9784-
text: "Stock Chart"
9784+
text: "Stock Chart",
97859785
description: "A sample stock chart with mock data"
97869786
},
97879787
dataSource: {

docs/api/javascript/ui/maskedtextbox.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -464,7 +464,7 @@ Prepares the **MaskedTextBox** for safe removal from DOM. Detaches all event han
464464

465465
// detach events
466466
maskedtextbox.destroy();
467-
<script>
467+
</script>
468468

469469
### enable
470470

docs/api/javascript/ui/popover.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -379,6 +379,7 @@ Defines a kendo template that will be used as the card header inside the popover
379379
$("#target").kendoPopover({
380380
header: "Header content",
381381
body: "Content description"
382+
});
382383
});
383384
</script>
384385

0 commit comments

Comments
 (0)