Skip to content

Commit 64a8624

Browse files
committed
Sync with Kendo UI Professional
1 parent 4b790b2 commit 64a8624

File tree

3 files changed

+2
-5
lines changed

3 files changed

+2
-5
lines changed

docs-aspnet/html-helpers/data-management/grid/export/excel-export.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -326,6 +326,7 @@ Also, note the difference between the `.Hidden()` and `.Visible()` properties of
326326

327327
## Known Limitations
328328

329+
* During export, the Grid initializes a new instance of its DataSource based on the original configuration. This triggers an additional `read` request to fetch the data, regardless of whether the [`AllPages`](#exporting-all-data) option is enabled or disabled. The behavior ensures that the export process does not alter the state of the original DataSource.
329330
* The Grid and its DataSource contain only the data items from the current page during client-side export. As a result, either make the export in chunks, or disable the paging feature.
330331
* The maximum size of the exported file has a system-specific limit. For large data sets, use the server-side solution which is provided by the [RadSpreadStreamProcessing](https://docs.telerik.com/devtools/document-processing/libraries/radspreadstreamprocessing/overview) as part of the [Document Processing Library](https://docs.telerik.com/devtools/document-processing/introduction).
331332
* Exporting the Grid to Excel in older browsers, such as Internet Explorer 9 and Safari, requires the implementation of a server proxy. For more information, refer to [the `ProxyURL` configuration section](/api/kendo.mvc.ui.fluent/gridexcel{% if site.core %}settings{% endif %}builder#proxyurlsystemstring).

docs-aspnet/html-helpers/data-management/grid/export/pdf-export.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -453,6 +453,7 @@ It is also important to understand the difference between .Hidden() and .Visible
453453

454454
## Known Limitations
455455

456+
* During export, the Grid initializes a new instance of its DataSource based on the original configuration. This triggers an additional `read` request to fetch the data, regardless of whether the [`AllPages`](#exporting-all-pages) option is enabled or disabled. The behavior ensures that the export process does not alter the state of the original DataSource.
456457
* All [known limitations](https://docs.telerik.com/kendo-ui/framework/drawing/limitations-browser-support) of the Kendo UI for jQuery HTML Drawing module apply.
457458
* Exporting a hierarchical Grid is not supported.
458459
* PDF export is not supported when the Grid has a locked (frozen) column enabled. If the algorithm decides to move a node to the next page, all DOM nodes that follow it will be also moved although there might be enough space for part of them on the current page.

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

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20179,11 +20179,6 @@ The color of the highlighted marker.
2017920179
}]
2018020180
});
2018120181
</script>
20182-
data: [1, 2, 3]
20183-
}]
20184-
});
20185-
</script>
20186-
```
2018720182

2018820183

2018920184
### series.highlight.opacity `Number`

0 commit comments

Comments
 (0)