Skip to content

Commit 9a57d2c

Browse files
committed
889454: Removed custom list sort reference modified save base64 content.
1 parent 0015b2a commit 9a57d2c

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

ej2-asp-core-mvc/spreadsheet/open-save.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -463,7 +463,7 @@ The following code snippet demonstrates how to configure the serialization optio
463463

464464
### To save data as a Base64 string
465465

466-
In the Spreadsheet control, there is currently no direct option to save and open data as a `Base64` string. You can achieve this by saving the Spreadsheet data as blob data and then converting that saved blob data to a `Base64` string using `FileReader`.
466+
In the Spreadsheet control, there is currently no direct option to save data as a `Base64` string. You can achieve this by saving the Spreadsheet data as blob data and then converting that saved blob data to a `Base64` string using `FileReader`.
467467

468468
> You can get the Spreadsheet data as blob in the [saveComplete](https://help.syncfusion.com/cr/aspnetcore-js2/syncfusion.ej2.spreadsheet.spreadsheet.html#Syncfusion_EJ2_Spreadsheet_Spreadsheet_SaveComplete) event when you set the `needBlobData` as **true** and `isFullPost` as **false** in the [beforeSave](https://help.syncfusion.com/cr/aspnetcore-js2/syncfusion.ej2.spreadsheet.spreadsheet.html#Syncfusion_EJ2_Spreadsheet_Spreadsheet_BeforeSave) event.
469469

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,6 @@ The following errors have been handled for sorting,
204204

205205
## See Also
206206

207-
* [Sort a range by custom list](https://ej2.syncfusion.com/aspnetmvc/documentation/spreadsheet/how-to/sort-a-range-by-custom-list)
208207
* [Hyperlink](./link)
209208
* [Filtering](./filter)
210209
* [Undo Redo](./undo-redo)

0 commit comments

Comments
 (0)