Skip to content

Commit b086ed8

Browse files
committed
Sync with Kendo UI Professional
1 parent 1407155 commit b086ed8

File tree

37 files changed

+222
-71
lines changed

37 files changed

+222
-71
lines changed

docs-aspnet/_config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ navigation:
125125
title: "System Requirements"
126126
position: 1
127127
"installation/installation-options":
128-
title: "Instalation Options"
128+
title: "Installation Options"
129129
position: 2
130130
"installation/activating-your-license":
131131
title: "Activating Your License"
@@ -137,7 +137,7 @@ navigation:
137137
title: "System Requirements"
138138
position: 1
139139
"installation-mvc/installation-options":
140-
title: "Instalation Options"
140+
title: "Installation Options"
141141
position: 2
142142
"installation-mvc/activating-your-license":
143143
title: "Activating Your License"

docs-aspnet/docs-builder-core.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -656,7 +656,7 @@ meta:
656656
title: Installation & Upgrade
657657
position: 4
658658
installation/installation-options:
659-
title: "Instalation Options"
659+
title: "Installation Options"
660660
position: 2
661661
installation/activating-your-license:
662662
title: "Activating Your License"

docs-aspnet/docs-builder-mvc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -702,7 +702,7 @@ meta:
702702
title: Installation & Upgrade
703703
position: 4
704704
installation/installation-options:
705-
title: "Instalation Options"
705+
title: "Installation Options"
706706
position: 2
707707
installation/activating-your-license:
708708
title: "Activating Your License"

docs-aspnet/knowledge-base/export-links-to-excel-grid.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ component: grid
88
res_type: kb
99
---
1010

11+
## Environment
12+
1113
<table>
1214
<tr>
1315
<td>Product</td>

docs-aspnet/knowledge-base/grid-change-default-filter.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,15 @@ tags: grid, asp.net core, search, filter, default, contains, equal to
88
res_type: kb
99
---
1010

11+
## Environment
12+
13+
<table>
14+
<tr>
15+
<td>Product</td>
16+
<td>Grid for Progress® Telerik® UI for {{ site.framework }}</td>
17+
</tr>
18+
</table>
19+
1120
## Description
1221

1322
When selecting a search filter in the Grid, it defaults to 'Equal To'. I want to change the default to 'Contains'. This KB article also answers the following questions:

docs-aspnet/knowledge-base/grid-hierarchy-localdata.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,15 @@ res_type: kb
99
component: grid
1010
---
1111

12+
## Environment
13+
14+
<table>
15+
<tr>
16+
<td>Product</td>
17+
<td>Grid for Progress® Telerik® UI for {{ site.framework }}</td>
18+
</tr>
19+
</table>
20+
1221
## Description
1322

1423
I want to bind the parent Grid to a model that contains a list of elements and each of these elements has a list of child records and I want a Details Grid to bind to that list. How can I achieve this?

docs-aspnet/knowledge-base/isolate-sample-with-an-in-memory-database.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,15 @@ tags: aspnet, core, dotnet-core, sample, project, repl, memory, database, in, en
88
res_type: kb
99
---
1010

11+
## Environment
12+
13+
<table>
14+
<tr>
15+
<td>Product</td>
16+
<td>Progress® Telerik® UI for {{ site.framework }}</td>
17+
</tr>
18+
</table>
19+
1120
## Description
1221

1322
Providing a runnable {{ site.framework }} application plays a crucial role during support communication. However, more often than not, isolating a sample by stripping out the database layer inevitably opposes difficulties depending on the application's proportions

docs-aspnet/knowledge-base/spreadsheet-understanding-telerik-web-spreadsheet-and-document-processing-library.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,15 @@ tags: spreadsheet, converting, workbook, worksheet, telerik.web.spreadsheet, dpl
88
res_type: kb
99
---
1010

11+
## Environment
12+
13+
<table>
14+
<tr>
15+
<td>Product</td>
16+
<td>SpreadSheet for Progress® Telerik® UI for {{ site.framework }}</td>
17+
</tr>
18+
</table>
19+
1120
## Description
1221

1322
I have implemented a [Spreadsheet Server Export](https://demos.telerik.com/aspnet-core/spreadsheet/server-side-import-export) however I need to convert the exported Workbook to be usable with your [Document Processing Library](https://docs.telerik.com/devtools/document-processing/libraries/radspreadprocessing/working-with-workbooks/working-with-workbooks-what-is-workbook) so I can modify it further. How can I achieve this?

docs/api/javascript/ui/dialog.md

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -526,10 +526,16 @@ The following values are available for the themeColor:
526526

527527
<div id="dialog"></div>
528528
<script>
529-
$("#dialog").kendoDialog({
530-
actions: ["Maximize"],
531-
title: "Customer details"
532-
});
529+
$("#dialog").kendoDialog({
530+
themeColor: "dark",
531+
content:"This is a dark-themed Kendo Dialog",
532+
actions: [
533+
{
534+
text: "OK",
535+
},
536+
],
537+
title: "Customer details",
538+
});
533539
</script>
534540

535541
### title `String|Boolean` *default: ""*

docs/api/javascript/ui/notification.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -442,7 +442,7 @@ of each member of the collection, returned by the `getNotifications()` method. I
442442

443443
// remove the two messages from the DOM
444444
elements.each(function(){
445-
$(this).parent().remove();
445+
$(this).parent().parent().remove();
446446
});
447447

448448
messageCount++;

0 commit comments

Comments
 (0)