Skip to content

Commit 869b055

Browse files
author
Kendo Bot
committed
Sync with Kendo UI Professional
1 parent ab5ed34 commit 869b055

File tree

20 files changed

+3864
-2165
lines changed

20 files changed

+3864
-2165
lines changed

docs/_layouts/api-index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
</script>
3232
</div>
3333

34-
{% if page.editable %}<a id="page-edit-link" href="https://github.com/telerik/kendo-ui-core/edit/master/docs{{ page.parent_path | replace: '.html','' }}.md"><span class="k-icon k-i-pencil"></span> Edit this page</a>{% endif %}
34+
{% if page.editable %}<a id="page-edit-link" href="https://github.com/telerik/kendo-ui-core/edit/master/docs/{{ page.parent_path | replace: '.html','' }}.md"><span class="k-icon k-i-pencil"></span> Edit this page</a>{% endif %}
3535
<div class="api-breadcrumbs-container"></div>
3636
<div id="page-article">
3737
<div class="api-toc-container"></div>
@@ -40,4 +40,4 @@
4040
</article>
4141
</div>
4242
{% include footer.html %}
43-
</div>
43+
</div>

docs/api/javascript/ui/grid.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9670,7 +9670,9 @@ The array of data items used to create the Excel workbook. Available since versi
96709670

96719671
##### e.workbook `kendo.ooxml.Workbook`
96729672

9673-
The Excel [workbook configuration object](/api/javascript/ooxml/workbook#configuration). Used to initialize a `kendo.ooxml.Workbook` class. Modifications of the workbook will reflect in the output Excel document.
9673+
The Excel [workbook configuration object](/api/javascript/ooxml/workbook#configuration). Used to initialize a `kendo.ooxml.Workbook` class. Modifications of the workbook will reflect in the output Excel document.
9674+
9675+
> When the Kendo UI Grid is configured for excel export, the workbook is extended internally with a `fileName` property which is used when the file is saved. The default name is "Export.xlsx". See the example below which shows how to change the name of the exported document.
96749676
96759677
##### e.preventDefault `Function`
96769678

0 commit comments

Comments
 (0)