From 8109436aa0a72cfb4f1356125e4a08c98ed4ef17 Mon Sep 17 00:00:00 2001
From: Yvone-Atieno <95272306+Yvone-Atieno@users.noreply.github.com>
Date: Tue, 7 Feb 2023 18:16:48 +0300
Subject: [PATCH 1/2] ASP.NET MVC Page with redirect
---
aspnetmvc/DataManager/Query.md | 12 ++++++------
aspnetmvc/Grid/Exporting.md | 4 ++--
aspnetmvc/Grid/Scrolling.md | 2 +-
3 files changed, 9 insertions(+), 9 deletions(-)
diff --git a/aspnetmvc/DataManager/Query.md b/aspnetmvc/DataManager/Query.md
index 3257776d5..b41e22d80 100644
--- a/aspnetmvc/DataManager/Query.md
+++ b/aspnetmvc/DataManager/Query.md
@@ -1,14 +1,14 @@
---
layout: post
title: Query | DataManager | ASP.NET MVC | Syncfusion
-description: query
+description: Learn here more about query support in Syncfusion Essential ASP.NET MVC DataManager Control, its elements, and more.
platform: ejmvc
control: DataManager
documentation: ug
keywords: select, From, Clone, Expand
---
-# Query
+# Query in ASP.NET MVC DataManager
DataManager provides support for multiple queries in order to perform various operations like filtering, sorting, cloning, expanding, searching, grouping etc., in the data source. Here, you can learn the query options in detail.
@@ -40,7 +40,7 @@ The select query of the DataManager is used to select only some particular field
Result of the above code example is illustrated as follows.
-
+
Result of using “select”
{:.caption}
@@ -71,7 +71,7 @@ The from query of the DataManager is used to select the table from where the dat
Result of the above code example is illustrated as follows.
-
+
Result of using “from”
{:.caption}
@@ -119,7 +119,7 @@ The clone query of the DataManager is used to duplicate the query. The following
Result of the above code example is illustrated as follows.
-
+
Result of using “clone”
{:.caption}
@@ -150,7 +150,7 @@ The expand query of the DataManager is used to perform complex data binding.
Result of the above code example is illustrated as follows.
-
+
Result of using “expand”
{:.caption}
diff --git a/aspnetmvc/Grid/Exporting.md b/aspnetmvc/Grid/Exporting.md
index a046a8d62..6ae26cef5 100644
--- a/aspnetmvc/Grid/Exporting.md
+++ b/aspnetmvc/Grid/Exporting.md
@@ -1321,7 +1321,7 @@ On server before calling the `Export` function, the data source should be proces
## Local data
-By default, client data source is not sent to server to prevent the unwanted data transfer since all data origin is in server. In case, if you don't want to query the data source again for exporting in server, the grid's client [`dataSource`](http://help.syncfusion.com/js/api/ejgrid#members:datasource) can be sent to server on export PostBack by removing the [`dataSource`](http://help.syncfusion.com/js/api/ejgrid#members:datasource) property in grid's ignore list. The code sample for this is as follows.
+By default, client data source is not sent to server to prevent the unwanted data transfer since all data origin is in server. In case, if you don't want to query the data source again for exporting in server, the grid's client [`dataSource`](https://help.syncfusion.com/api/js/ejgrid#members:datasource) can be sent to server on export PostBack by removing the [`dataSource`](https://help.syncfusion.com/api/js/ejgrid#members:datasource) property in grid's ignore list. The code sample for this is as follows.
{% highlight js %}
@@ -1334,7 +1334,7 @@ grid.ignoreOnExport.splice(grid.ignoreOnExport.indexOf('dataSource'), 1);
## Themes
-The grid export have 13 theme option to match with our [built-in control themes](http://helpjs.syncfusion.com/js/theming-in-essential-javascript-components#). They are as follows.
+The grid export have 13 theme option to match with our [built-in control themes](https://help.syncfusion.com/js/theming-in-essential-javascript-components). They are as follows.
Enum | Equivalent string input |
diff --git a/aspnetmvc/Grid/Scrolling.md b/aspnetmvc/Grid/Scrolling.md
index 3f36eae75..2f1063a6a 100644
--- a/aspnetmvc/Grid/Scrolling.md
+++ b/aspnetmvc/Grid/Scrolling.md
@@ -6,7 +6,7 @@ platform: ejmvc
control: Grid
documentation: ug
---
-# Enable Scrolling in Grid
+# Enable Scrolling in ASP.NET MVC Grid
Scrolling can be enabled by setting the `AllowScrolling` as `true`. The height and width can be set to grid by using the properties `Height` and `Width` property of the `ScrollSettings`.
From f85bcce728ab6e6911b38a9681703fcafea38def Mon Sep 17 00:00:00 2001
From: Deepak Raj Sundar
Date: Tue, 21 Feb 2023 15:45:09 +0530
Subject: [PATCH 2/2] Added the release notes MD file and corresponding node
entry in the TOC.html file for the Weekly Nuget Release - February 22, 2023
---
aspnetmvc/Release-notes/v20.4.0.38.md | 11 -----------
aspnetmvc/Release-notes/v20.4.0.40.md | 11 -----------
aspnetmvc/Release-notes/v20.4.0.41.md | 11 -----------
aspnetmvc/Release-notes/v20.4.0.42.md | 11 -----------
aspnetmvc/Release-notes/v20.4.0.43.md | 11 -----------
aspnetmvc/Release-notes/v20.4.0.44.md | 11 -----------
aspnetmvc/Release-notes/v20.4.0.49.md | 11 -----------
7 files changed, 77 deletions(-)
diff --git a/aspnetmvc/Release-notes/v20.4.0.38.md b/aspnetmvc/Release-notes/v20.4.0.38.md
index 8090b63cf..d54cd39fb 100644
--- a/aspnetmvc/Release-notes/v20.4.0.38.md
+++ b/aspnetmvc/Release-notes/v20.4.0.38.md
@@ -111,14 +111,3 @@ documentation: ug
* \#F178313 - `Remove` method is added under `IPivotFilters` interface to remove existing filters in the pivot field.
-
-
-Note : The bug or feature items that do not have a corresponding ID associated with them are internally identified.
-
\ No newline at end of file
diff --git a/aspnetmvc/Release-notes/v20.4.0.40.md b/aspnetmvc/Release-notes/v20.4.0.40.md
index e8684d712..0408312ff 100644
--- a/aspnetmvc/Release-notes/v20.4.0.40.md
+++ b/aspnetmvc/Release-notes/v20.4.0.40.md
@@ -51,14 +51,3 @@ We have removed the Syncfusion Licensing NuGet package v20.4.0.40 from the nuget
-
-
-Note : The bug or feature items that do not have a corresponding ID associated with them are internally identified.
-
\ No newline at end of file
diff --git a/aspnetmvc/Release-notes/v20.4.0.41.md b/aspnetmvc/Release-notes/v20.4.0.41.md
index ae23b638d..716a7f586 100644
--- a/aspnetmvc/Release-notes/v20.4.0.41.md
+++ b/aspnetmvc/Release-notes/v20.4.0.41.md
@@ -35,14 +35,3 @@ documentation: ug
* \#I422639 - Exception thrown while converting a combination of bar and scatter chart to image is now resolved.
-
-
-Note : The bug or feature items that do not have a corresponding ID associated with them are internally identified.
-
\ No newline at end of file
diff --git a/aspnetmvc/Release-notes/v20.4.0.42.md b/aspnetmvc/Release-notes/v20.4.0.42.md
index 1cb550fe2..8ce590022 100644
--- a/aspnetmvc/Release-notes/v20.4.0.42.md
+++ b/aspnetmvc/Release-notes/v20.4.0.42.md
@@ -39,14 +39,3 @@ documentation: ug
* Cells with case sensitive text are now filtered properly.
-
-
-Note : The bug or feature items that do not have a corresponding ID associated with them are internally identified.
-
\ No newline at end of file
diff --git a/aspnetmvc/Release-notes/v20.4.0.43.md b/aspnetmvc/Release-notes/v20.4.0.43.md
index f9b1149df..443c66cae 100644
--- a/aspnetmvc/Release-notes/v20.4.0.43.md
+++ b/aspnetmvc/Release-notes/v20.4.0.43.md
@@ -39,14 +39,3 @@ documentation: ug
* \#I426982 - Null reference exception thown while opening the Excel document is now resolved.
-
-
-Note : The bug or feature items that do not have a corresponding ID associated with them are internally identified.
-
\ No newline at end of file
diff --git a/aspnetmvc/Release-notes/v20.4.0.44.md b/aspnetmvc/Release-notes/v20.4.0.44.md
index 62c6b8a4c..3bfdc03de 100644
--- a/aspnetmvc/Release-notes/v20.4.0.44.md
+++ b/aspnetmvc/Release-notes/v20.4.0.44.md
@@ -39,14 +39,3 @@ The following Syncfusion ASP.NET MVC packages was deprecated.
- `#I427183` - Table row is now preserved properly while converting a Word document to PDF.
- `#I427808` - Line break inside the frame is now preserved properly while converting a Word document to PDF.
-
-
-Note : The bug or feature items that do not have a corresponding ID associated with them are internally identified.
-
\ No newline at end of file
diff --git a/aspnetmvc/Release-notes/v20.4.0.49.md b/aspnetmvc/Release-notes/v20.4.0.49.md
index 501de0404..ee1e49585 100644
--- a/aspnetmvc/Release-notes/v20.4.0.49.md
+++ b/aspnetmvc/Release-notes/v20.4.0.49.md
@@ -32,14 +32,3 @@ documentation: ug
- The **NullReferenceException** will no longer be thrown while closing a PowerPoint presentation with empty section.
-
-
-Note : The bug or feature items that do not have a corresponding ID associated with them are internally identified.
-
\ No newline at end of file