Skip to content

Commit 346ad58

Browse files
Merge pull request #283 from Syncfusion-Content/hotfix/hotfix-v20.4.0.48
DOCINFRA-2341_merged_using_automation
2 parents 736d526 + f85bcce commit 346ad58

File tree

10 files changed

+9
-86
lines changed

10 files changed

+9
-86
lines changed

aspnetmvc/DataManager/Query.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
---
22
layout: post
33
title: Query | DataManager | ASP.NET MVC | Syncfusion
4-
description: query
4+
description: Learn here more about query support in Syncfusion Essential ASP.NET MVC DataManager Control, its elements, and more.
55
platform: ejmvc
66
control: DataManager
77
documentation: ug
88
keywords: select, From, Clone, Expand
99
---
1010

11-
# Query
11+
# Query in ASP.NET MVC DataManager
1212

1313
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.
1414

@@ -40,7 +40,7 @@ The select query of the DataManager is used to select only some particular field
4040

4141
Result of the above code example is illustrated as follows.
4242

43-
![](Query_images/Query_img1.png)
43+
![Select in ASP.NET MVC DataManger](Query_images/Query_img1.png)
4444

4545
Result of using “select”
4646
{:.caption}
@@ -71,7 +71,7 @@ The from query of the DataManager is used to select the table from where the dat
7171

7272
Result of the above code example is illustrated as follows.
7373

74-
![](Query_images/Query_img2.png)
74+
![From in ASP.NET MVC DataManger](Query_images/Query_img2.png)
7575

7676
Result of using “from”
7777
{:.caption}
@@ -119,7 +119,7 @@ The clone query of the DataManager is used to duplicate the query. The following
119119

120120
Result of the above code example is illustrated as follows.
121121

122-
![](Query_images/Query_img3.png)
122+
![Clone in ASP.NET MVC DataManger](Query_images/Query_img3.png)
123123

124124
Result of using “clone”
125125
{:.caption}
@@ -150,7 +150,7 @@ The expand query of the DataManager is used to perform complex data binding.
150150

151151
Result of the above code example is illustrated as follows.
152152

153-
![](Query_images/Query_img4.png)
153+
![Expand in ASP.NET MVC DataManger](Query_images/Query_img4.png)
154154

155155
Result of using “expand”
156156
{:.caption}

aspnetmvc/Grid/Exporting.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1321,7 +1321,7 @@ On server before calling the `Export` function, the data source should be proces
13211321

13221322
## Local data
13231323

1324-
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.
1324+
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.
13251325

13261326
{% highlight js %}
13271327

@@ -1334,7 +1334,7 @@ grid.ignoreOnExport.splice(grid.ignoreOnExport.indexOf('dataSource'), 1);
13341334

13351335
## Themes
13361336

1337-
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.
1337+
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.
13381338

13391339
<table>
13401340
<tr><th>Enum</th><th>Equivalent string input</th></tr>

aspnetmvc/Grid/Scrolling.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ platform: ejmvc
66
control: Grid
77
documentation: ug
88
---
9-
# Enable Scrolling in Grid
9+
# Enable Scrolling in ASP.NET MVC Grid
1010

1111
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`.
1212

aspnetmvc/Release-notes/v20.4.0.38.md

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -111,14 +111,3 @@ documentation: ug
111111

112112
* \#F178313 - `Remove` method is added under `IPivotFilters` interface to remove existing filters in the pivot field.
113113

114-
<style>
115-
#note {
116-
font-size: .88em!important;
117-
margin-top: 1.5em; margin-bottom: 1.5em;
118-
background-color: #efd9fd;
119-
padding: 10px 17px 14px;
120-
}
121-
</style>
122-
<div id="note">
123-
Note : The bug or feature items that do not have a corresponding ID associated with them are internally identified.
124-
</div>

aspnetmvc/Release-notes/v20.4.0.40.md

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -51,14 +51,3 @@ We have removed the Syncfusion Licensing NuGet package v20.4.0.40 from the nuget
5151

5252

5353

54-
<style>
55-
#note {
56-
font-size: .88em!important;
57-
margin-top: 1.5em; margin-bottom: 1.5em;
58-
background-color: #efd9fd;
59-
padding: 10px 17px 14px;
60-
}
61-
</style>
62-
<div id="note">
63-
Note : The bug or feature items that do not have a corresponding ID associated with them are internally identified.
64-
</div>

aspnetmvc/Release-notes/v20.4.0.41.md

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -35,14 +35,3 @@ documentation: ug
3535
* \#I422639 - Exception thrown while converting a combination of bar and scatter chart to image is now resolved.
3636

3737

38-
<style>
39-
#note {
40-
font-size: .88em!important;
41-
margin-top: 1.5em; margin-bottom: 1.5em;
42-
background-color: #efd9fd;
43-
padding: 10px 17px 14px;
44-
}
45-
</style>
46-
<div id="note">
47-
Note : The bug or feature items that do not have a corresponding ID associated with them are internally identified.
48-
</div>

aspnetmvc/Release-notes/v20.4.0.42.md

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -39,14 +39,3 @@ documentation: ug
3939
* Cells with case sensitive text are now filtered properly.
4040

4141

42-
<style>
43-
#note {
44-
font-size: .88em!important;
45-
margin-top: 1.5em; margin-bottom: 1.5em;
46-
background-color: #efd9fd;
47-
padding: 10px 17px 14px;
48-
}
49-
</style>
50-
<div id="note">
51-
Note : The bug or feature items that do not have a corresponding ID associated with them are internally identified.
52-
</div>

aspnetmvc/Release-notes/v20.4.0.43.md

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -39,14 +39,3 @@ documentation: ug
3939
* \#I426982 - Null reference exception thown while opening the Excel document is now resolved.
4040

4141

42-
<style>
43-
#note {
44-
font-size: .88em!important;
45-
margin-top: 1.5em; margin-bottom: 1.5em;
46-
background-color: #efd9fd;
47-
padding: 10px 17px 14px;
48-
}
49-
</style>
50-
<div id="note">
51-
Note : The bug or feature items that do not have a corresponding ID associated with them are internally identified.
52-
</div>

aspnetmvc/Release-notes/v20.4.0.44.md

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -39,14 +39,3 @@ The following Syncfusion ASP.NET MVC packages was deprecated.
3939
- `#I427183` - Table row is now preserved properly while converting a Word document to PDF.
4040
- `#I427808` - Line break inside the frame is now preserved properly while converting a Word document to PDF.
4141

42-
<style>
43-
#note {
44-
font-size: .88em!important;
45-
margin-top: 1.5em; margin-bottom: 1.5em;
46-
background-color: #efd9fd;
47-
padding: 10px 17px 14px;
48-
}
49-
</style>
50-
<div id="note">
51-
Note : The bug or feature items that do not have a corresponding ID associated with them are internally identified.
52-
</div>

aspnetmvc/Release-notes/v20.4.0.49.md

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -32,14 +32,3 @@ documentation: ug
3232
- The **NullReferenceException** will no longer be thrown while closing a PowerPoint presentation with empty section.
3333

3434

35-
<style>
36-
#note {
37-
font-size: .88em!important;
38-
margin-top: 1.5em; margin-bottom: 1.5em;
39-
background-color: #efd9fd;
40-
padding: 10px 17px 14px;
41-
}
42-
</style>
43-
<div id="note">
44-
Note : The bug or feature items that do not have a corresponding ID associated with them are internally identified.
45-
</div>

0 commit comments

Comments
 (0)