Skip to content

Commit c9a5263

Browse files
Integrated latest changes at 09-05-2025 1:30:14 PM
1 parent 7de064b commit c9a5263

File tree

810 files changed

+8
-79117
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

810 files changed

+8
-79117
lines changed

ej2-javascript-toc.html

Lines changed: 0 additions & 45 deletions
Original file line numberDiff line numberDiff line change
@@ -2639,51 +2639,6 @@
26392639
<li><a href="https://ej2.syncfusion.com/javascript/documentation/api/splitter/">API Reference</a></li>
26402640
</ul>
26412641
</li><li>
2642-
Spreadsheet
2643-
<ul>
2644-
<li><a href="/ej2-javascript/spreadsheet/overview">Overview</a></li>
2645-
<li><a href="/ej2-javascript/spreadsheet/getting-started">Getting Started</a></li>
2646-
<li><a href="/ej2-javascript/spreadsheet/data-binding">Data Binding</a></li>
2647-
<li><a href="/ej2-javascript/spreadsheet/open-save">Open and Save</a></li>
2648-
<li><a href="/ej2-javascript/spreadsheet/docker-deployment">Docker Deployment</a></li>
2649-
<li><a href="/ej2-javascript/spreadsheet/worksheet">Worksheet</a></li>
2650-
<li><a href="/ej2-javascript/spreadsheet/cell-range">Cell Range</a></li>
2651-
<li><a href="/ej2-javascript/spreadsheet/editing">Editing</a></li>
2652-
<li><a href="/ej2-javascript/spreadsheet/formulas">Formulas</a></li>
2653-
<li><a href="/ej2-javascript/spreadsheet/formatting">Formatting</a></li>
2654-
<li><a href="/ej2-javascript/spreadsheet/freeze-pane">Freeze Panes</a></li>
2655-
<li><a href="/ej2-javascript/spreadsheet/context-menu">Context Menu</a></li>
2656-
<li><a href="/ej2-javascript/spreadsheet/template">Templates</a></li>
2657-
<li><a href="/ej2-javascript/spreadsheet/illustrations">Illustrations</a></li>
2658-
<li><a href="/ej2-javascript/spreadsheet/rows-and-columns">Rows and Columns</a></li>
2659-
<li><a href="/ej2-javascript/spreadsheet/filter">Filtering</a></li>
2660-
<li><a href="/ej2-javascript/spreadsheet/sort">Sorting</a></li>
2661-
<li><a href="/ej2-javascript/spreadsheet/link">Hyperlink</a></li>
2662-
<li><a href="/ej2-javascript/spreadsheet/notes">Notes</a></li>
2663-
<li><a href="/ej2-javascript/spreadsheet/clipboard">Clipboard</a></li>
2664-
<li><a href="/ej2-javascript/spreadsheet/selection">Selection</a></li>
2665-
<li><a href="/ej2-javascript/spreadsheet/scrolling">Scrolling</a></li>
2666-
<li><a href="/ej2-javascript/spreadsheet/protect-sheet">Protection</a></li>
2667-
<li><a href="/ej2-javascript/spreadsheet/searching">Find and Replace</a></li>
2668-
<li><a href="/ej2-javascript/spreadsheet/undo-redo">Undo and Redo</a></li>
2669-
<li><a href="/ej2-javascript/spreadsheet/ribbon">Ribbon</a></li>
2670-
<li><a href="/ej2-javascript/spreadsheet/styles">Styles and Appearance</a></li>
2671-
<li><a href="/ej2-javascript/spreadsheet/print">Print</a></li>
2672-
<li><a href="/ej2-javascript/spreadsheet/performance-best-practices">Performance Best Practices</a></li>
2673-
<li><a href="/ej2-javascript/spreadsheet/global-local">Globalization</a></li>
2674-
<li><a href="/ej2-javascript/spreadsheet/accessibility">Accessibility</a></li>
2675-
<li><a href="/ej2-javascript/spreadsheet/keyboard-shortcuts">Keyboard Shortcuts</a></li>
2676-
<li>How To
2677-
<ul>
2678-
<li><a href="/ej2-javascript/spreadsheet/how-to/create-a-object-structure">Create a JSON structure</a></li>
2679-
<li><a href="/ej2-javascript/spreadsheet/how-to/change-active-sheet">Changing the active sheet while importing a file</a></li>
2680-
<li><a href="/ej2-javascript/spreadsheet/how-to/identify-the-context-menu-opened">Identify the context menu opened</a></li>
2681-
</ul>
2682-
</li>
2683-
<li><a href="/ej2-javascript/spreadsheet/mobile-responsiveness">Mobile Responsiveness</a></li>
2684-
<li><a href="https://ej2.syncfusion.com/javascript/documentation/api/spreadsheet">API Reference</a></li>
2685-
</ul>
2686-
</li><li>
26872642
Stepper
26882643
<ul>
26892644
<li><a href="/ej2-javascript/stepper/es5-getting-started">Getting Started</a></li>

ej2-javascript/accumulation-chart/empty-points.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,9 @@ Specific color for an empty point can be set by using the `fill` property in `em
3939

4040
{% previewsample "page.domainurl/code-snippet/chart/chart-types-cs17" %}
4141

42-
## Handling when no data is available
42+
## Handling No Data
4343

44-
When no data is available to render in the chart, the `noDataTemplate` property can be used to display a custom layout within the chart area. This layout may include a message indicating the absence of data, a relevant image, or a button to initiate data loading. Styled text, images, or interactive elements can be incorporated to maintain design consistency and improve user guidance. Once data becomes available, the chart automatically updates to display the appropriate visualization.
44+
When no data is available to render in the accumulation chart, the `noDataTemplate` property can be used to display a custom layout within the chart area. This layout may include a message indicating the absence of data, a relevant image, or a button to initiate data loading. Styled text, images, or interactive elements can be incorporated to maintain design consistency and improve user guidance. Once data becomes available, the chart automatically updates to display the appropriate visualization.
4545

4646
{% if page.publishingplatform == "typescript" %}
4747

ej2-javascript/chart/working-with-data.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -336,7 +336,7 @@ Specific color for empty point can be set by `fill` property in `emptyPointSetti
336336
{% previewsample "page.domainurl/code-snippet/chart/working-with-data-cs6" %}
337337
{% endif %}
338338

339-
## Handling when no data is available
339+
## Handling No Data
340340

341341
When no data is available to render in the chart, the `noDataTemplate` property can be used to display a custom layout within the chart area. This layout may include a message indicating the absence of data, a relevant image, or a button to initiate data loading. Styled text, images, or interactive elements can be incorporated to maintain design consistency and improve user guidance. Once data becomes available, the chart automatically updates to display the appropriate visualization.
342342

ej2-javascript/code-snippet/document-editor/rtl-cs1/index.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -289,7 +289,9 @@ var documenteditor = new ej.documenteditor.DocumentEditor({isReadOnly: false,ena
289289
documenteditor.enableAllModules();
290290
var containerPanel = document.getElementById('container');
291291
function updateContainerSize() {
292-
this.containerPanel.style.height = window.innerHeight + 'px';
292+
if (this.containerPanel) {
293+
this.containerPanel.style.height = window.innerHeight + 'px';
294+
}
293295
}
294296

295297
updateContainerSize();

ej2-javascript/code-snippet/spreadsheet/autofill-cs1/datasource.ts

Lines changed: 0 additions & 12 deletions
This file was deleted.

ej2-javascript/code-snippet/spreadsheet/autofill-cs1/es5-autofill.js

Lines changed: 0 additions & 12 deletions
This file was deleted.

ej2-javascript/code-snippet/spreadsheet/autofill-cs1/es5-datasource.js

Lines changed: 0 additions & 12 deletions
This file was deleted.

ej2-javascript/code-snippet/spreadsheet/autofill-cs1/index.js

Lines changed: 0 additions & 40 deletions
This file was deleted.

ej2-javascript/code-snippet/spreadsheet/autofill-cs1/index.ts

Lines changed: 0 additions & 49 deletions
This file was deleted.

ej2-javascript/code-snippet/spreadsheet/autofill-cs1/js/index.html

Lines changed: 0 additions & 44 deletions
This file was deleted.

0 commit comments

Comments
 (0)