Skip to content

Commit 315eb18

Browse files
Merge branch 'BLAZ-Getting-Pivot' of https://github.com/syncfusion-content/ej2-asp-core-mvc-docs into BLAZ-Getting-Pivot
2 parents 621ede5 + e105868 commit 315eb18

File tree

9 files changed

+37
-19
lines changed

9 files changed

+37
-19
lines changed

ej2-asp-core-mvc/pdfviewer/EJ2_ASP.MVC/getting-started-with-server-backed.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -378,15 +378,19 @@ namespace GettingStartedMVC.Controllers
378378
public string uniqueId { get; set; }
379379
public string data { get; set; }
380380
public string viewPortWidth { get; set; }
381-
public string viewportHeight { get; set; }
381+
public string viewPortHeight { get; set; }
382382
public string tilecount { get; set; }
383383
public string isCompletePageSizeNotReceived { get; set; }
384384
public string freeTextAnnotation { get; set; }
385385
public string signatureData { get; set; }
386386
public string fieldsData { get; set; }
387-
public string FormDesigner { get; set; }
387+
public string formDesigner { get; set; }
388388
public string inkSignatureData { get; set; }
389-
}
389+
public string tileXCount { get; set; }
390+
public string tileYCount { get; set; }
391+
public bool digitalSignaturePresent { get; set; }
392+
}
393+
390394
}
391395

392396
{% endhighlight %}

ej2-asp-core-mvc/pdfviewer/EJ2_ASP.NETCORE/getting-started-with-server-backed.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -392,7 +392,7 @@ namespace PDFViewerSample.Pages
392392
public bool isFormFieldAnnotationsExist { get; set; }
393393
public string documentLiveCount { get; set; }
394394
public string annotationDataFormat { get; set; }
395-
public string importedData { get; set; }
395+
public string importedData { get; set; }
396396
}
397397
}
398398
{% endhighlight %}

ej2-asp-core-mvc/spreadsheet/cell-range.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ You can merge the range of cells in the following ways,
6565

6666
* Set the `rowSpan` and `colSpan` property in `cell` to merge the number of cells at initial load.
6767
* Select the range of cells and apply merge by selecting the desired option from ribbon toolbar.
68-
* Use `merge`] method to merge the range of cells, once the component is loaded.
68+
* Use `merge` method to merge the range of cells, once the component is loaded.
6969

7070
The available merge options in spreadsheet are,
7171

ej2-asp-core-mvc/spreadsheet/data-binding.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -249,5 +249,4 @@ N> For `add` action, the value for all the fields will be `null` in the data. In
249249

250250
* [Filtering](filter)
251251
* [Sorting](sort)
252-
* [Hyperlink](link)
253-
* [`Collaborative Editing`](use-cases/collaborative-editing)
252+
* [Hyperlink](link)

ej2-asp-core-mvc/spreadsheet/formulas.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ The following code example shows an unsupported formula in the spreadsheet.
8686
{% endtabs %}
8787
{% endif %}
8888

89-
Second, if you want to directly compute any formula or expression, you can use the [computeExpression](../api/spreadsheet/#computeexpression) method. This method will work for both built-in and used-defined/custom formula.
89+
Second, if you want to directly compute any formula or expression, you can use the `computeExpression` method. This method will work for both built-in and used-defined/custom formula.
9090

9191
The following code example shows how to use `computeExpression` method in the spreadsheet.
9292

@@ -267,5 +267,5 @@ If you enter an invalid formula in a cell, an error dialog with an error message
267267

268268
* [Editing](./editing)
269269
* [Formatting](./formatting)
270-
* [Open](./open)
271-
* [Save](./save)
270+
* [Open](./open-save#open)
271+
* [Save](./open-save#save)

ej2-asp-core-mvc/spreadsheet/global-local.md

Lines changed: 18 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,15 @@ documentation: ug
1212

1313
## Localization
1414

15-
The [Localization](https://ej2.syncfusion.com/aspnetmvc/documentation/common/localization/) library allows you to localize the default text content of the Spreadsheet. The Spreadsheet has static text on some features (cell formatting, Merge, Data validation, etc.) that can be changed to other cultures (Arabic, Deutsch, French, etc.) by defining the [locale](https://help.syncfusion.com/cr/aspnetcore-js2/Syncfusion.EJ2.Spreadsheet.Spreadsheet.html#Syncfusion_EJ2_Spreadsheet_Spreadsheet_Locale) value and translation object.
15+
{% if page.publishingplatform == "aspnet-core" %}
16+
17+
The [Localization](https://ej2.syncfusion.com/aspnetcore/documentation/common/localization) library allows you to localize the default text content of the Spreadsheet. The Spreadsheet has static text on some features (cell formatting, Merge, Data validation, etc.) that can be changed to other cultures (Arabic, Deutsch, French, etc.) by defining the [locale](https://help.syncfusion.com/cr/aspnetcore-js2/Syncfusion.EJ2.Spreadsheet.Spreadsheet.html#Syncfusion_EJ2_Spreadsheet_Spreadsheet_Locale) value and translation object.
18+
19+
{% elsif page.publishingplatform == "aspnet-mvc" %}
20+
21+
The [Localization](https://ej2.syncfusion.com/aspnetmvc/documentation/common/localization/) library allows you to localize the default text content of the Spreadsheet. The Spreadsheet has static text on some features (cell formatting, Merge, Data validation, etc.) that can be changed to other cultures (Arabic, Deutsch, French, etc.) by defining the [locale](https://help.syncfusion.com/cr/aspnetmvc-js2/Syncfusion.EJ2.Spreadsheet.Spreadsheet.html#Syncfusion_EJ2_Spreadsheet_Spreadsheet_Locale) value and translation object.
22+
23+
{% endif %}
1624

1725
The following list of properties and their values are used in the Spreadsheet.
1826

@@ -468,4 +476,12 @@ RTL provides an option to switch the text direction and layout of the Spreadshee
468476

469477
## See Also
470478

471-
* [Localization](../common/localization)
479+
{% if page.publishingplatform == "aspnet-core" %}
480+
481+
* [Localization](https://ej2.syncfusion.com/aspnetcore/documentation/common/localization)
482+
483+
{% elsif page.publishingplatform == "aspnet-mvc" %}
484+
485+
* [Localization](https://ej2.syncfusion.com/aspnetmvc/documentation/common/localization/)
486+
487+
{% endif %}

ej2-asp-core-mvc/spreadsheet/how-to/change-active-sheet.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
---
22
layout: post
3-
title: Changing the active sheet while importing a file in ##Platform_Name## Spreadsheet Control | Syncfusion
4-
description: Learn here all about changing the active sheet index while importing a file in Syncfusion ##Platform_Name## Spreadsheet component of Syncfusion Essential JS 2 and more.
3+
title: Change active sheet in ##Platform_Name## Spreadsheet control | Syncfusion
4+
description: Learn here all about changing active sheet index when import a file in Syncfusion ##Platform_Name## Spreadsheet control of Syncfusion Essential JS 2 and more.
55
platform: ej2-asp-core-mvc
66
control: Spreadsheet
77
publishingplatform: ##Platform_Name##
88
documentation: ug
99
---
1010

11-
## Changing the active sheet while importing a file in Spreadsheet Control
11+
# Changing the active sheet in Spreadsheet control
1212

13-
You can change the active sheet of imported file by updating [`activeSheetIndex`](https://ej2.syncfusion.com/react/documentation/api/spreadsheet/#activesheetindex) property on the [`openComplete`](https://ej2.syncfusion.com/react/documentation/api/spreadsheet/#opencomplete) event.
13+
You can change the active sheet of imported file by updating [`activeSheetIndex`](https://help.syncfusion.com/cr/aspnetcore-js2/Syncfusion.EJ2.Spreadsheet.Spreadsheet.html#Syncfusion_EJ2_Spreadsheet_Spreadsheet_ActiveSheetIndex) property on the [`openComplete`](https://help.syncfusion.com/cr/aspnetcore-js2/Syncfusion.EJ2.Spreadsheet.Spreadsheet.html#Syncfusion_EJ2_Spreadsheet_Spreadsheet_OpenComplete) event.
1414

1515
The following code example shows how to set the active sheet when importing an Excel file.
1616

ej2-asp-core-mvc/spreadsheet/illustrations.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ Chart feature allows you to view and insert a chart in a spreadsheet, and you ca
208208

209209
#### Customization of line chart markers
210210

211-
Using the [`actionBegin`](../api/spreadsheet/#actionbegin) event, you can change the shape, size, fill color, and border of the line chart marker. In the following example, you can see the modified marker appearance, such as shape and size, while creating the line chart with UI interaction.
211+
Using the [`actionBegin`](https://help.syncfusion.com/cr/aspnetcore-js2/Syncfusion.EJ2.Spreadsheet.Spreadsheet.html#Syncfusion_EJ2_Spreadsheet_Spreadsheet_ActionBegin) event, you can change the shape, size, fill color, and border of the line chart marker. In the following example, you can see the modified marker appearance, such as shape and size, while creating the line chart with UI interaction.
212212

213213
{% if page.publishingplatform == "aspnet-core" %}
214214

ej2-asp-core-mvc/spreadsheet/overview.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ The Spreadsheet is an user interactive control to organize and analyze data in t
2727
* [Sorting](sort): Helps you to arrange the data to particular order in a selected range of cells.
2828
* [Filtering](filter): Helps you to view specific rows in the Spreadsheet by hiding the other rows.
2929
* [Undo Redo](undo-redo): Provides the option to perform undo redo operations in Spreadsheet.
30-
* [Collaborative editing](use-cases/collaborative-editing): Provides the option for real time changes across multiple users in the Spreadsheet.
3130
* [Hyperlink](link): Provides the option to navigate to web link or cell reference within the sheet or to other sheet in Spreadsheet.
3231
* [Resize](mobile-responsiveness): Allows you to change the row height and column width. Auto fit the rows and columns based on its content.
3332
* [Wrap text](cell-range#wrap-text): Provides the option to display the large content as multiple lines in a single cell.
@@ -48,7 +47,7 @@ The Spreadsheet is an user interactive control to organize and analyze data in t
4847
* [Password protection](protect-sheet#protect-workbook): Allows you to protect the workbook with a password.
4948
* [Multi-line editing](editing): Allows you to insert a line break between paragraphs of the text within a cell in a Spreadsheet.
5049
* [Calculate range selection](selection): Helps you to select a range or multiple ranges when editing a formula in a cell.
51-
* [Right-to-left (RTL)](right-to-left): Aligns content in the Spreadsheet control from right to left.
50+
* [Right-to-left (RTL)](global-local#right-to-left-rtl): Aligns content in the Spreadsheet control from right to left.
5251
* [Templates](template): Templates can be used to create custom user experiences in the Spreadsheet.
5352
* [Globalization](global-local): Personalize the Spreadsheet control with different languages, as well as culture-specific number, date, and time formatting.
5453
* [Accessibility](accessibility): Provides with built-in accessibility support which helps to access all the Spreadsheet control features through the keyboard, screen readers, or other assistive technology devices.

0 commit comments

Comments
 (0)