Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions aspnetmvc/DataManager/Query.md
Original file line number Diff line number Diff line change
@@ -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.

Expand Down Expand Up @@ -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.

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

Result of using “select”
{:.caption}
Expand Down Expand Up @@ -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.

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

Result of using “from”
{:.caption}
Expand Down Expand Up @@ -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.

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

Result of using “clone”
{:.caption}
Expand Down Expand Up @@ -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.

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

Result of using “expand”
{:.caption}
4 changes: 2 additions & 2 deletions aspnetmvc/Grid/Exporting.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 %}

Expand All @@ -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.

<table>
<tr><th>Enum</th><th>Equivalent string input</th></tr>
Expand Down
2 changes: 1 addition & 1 deletion aspnetmvc/Grid/Scrolling.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`.

Expand Down
11 changes: 0 additions & 11 deletions aspnetmvc/Release-notes/v20.4.0.38.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,14 +111,3 @@ documentation: ug

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

<style>
#note {
font-size: .88em!important;
margin-top: 1.5em; margin-bottom: 1.5em;
background-color: #efd9fd;
padding: 10px 17px 14px;
}
</style>
<div id="note">
Note : The bug or feature items that do not have a corresponding ID associated with them are internally identified.
</div>
11 changes: 0 additions & 11 deletions aspnetmvc/Release-notes/v20.4.0.40.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,14 +51,3 @@ We have removed the Syncfusion Licensing NuGet package v20.4.0.40 from the nuget



<style>
#note {
font-size: .88em!important;
margin-top: 1.5em; margin-bottom: 1.5em;
background-color: #efd9fd;
padding: 10px 17px 14px;
}
</style>
<div id="note">
Note : The bug or feature items that do not have a corresponding ID associated with them are internally identified.
</div>
11 changes: 0 additions & 11 deletions aspnetmvc/Release-notes/v20.4.0.41.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,14 +35,3 @@ documentation: ug
* \#I422639 - Exception thrown while converting a combination of bar and scatter chart to image is now resolved.


<style>
#note {
font-size: .88em!important;
margin-top: 1.5em; margin-bottom: 1.5em;
background-color: #efd9fd;
padding: 10px 17px 14px;
}
</style>
<div id="note">
Note : The bug or feature items that do not have a corresponding ID associated with them are internally identified.
</div>
11 changes: 0 additions & 11 deletions aspnetmvc/Release-notes/v20.4.0.42.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,14 +39,3 @@ documentation: ug
* Cells with case sensitive text are now filtered properly.


<style>
#note {
font-size: .88em!important;
margin-top: 1.5em; margin-bottom: 1.5em;
background-color: #efd9fd;
padding: 10px 17px 14px;
}
</style>
<div id="note">
Note : The bug or feature items that do not have a corresponding ID associated with them are internally identified.
</div>
11 changes: 0 additions & 11 deletions aspnetmvc/Release-notes/v20.4.0.43.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,14 +39,3 @@ documentation: ug
* \#I426982 - Null reference exception thown while opening the Excel document is now resolved.


<style>
#note {
font-size: .88em!important;
margin-top: 1.5em; margin-bottom: 1.5em;
background-color: #efd9fd;
padding: 10px 17px 14px;
}
</style>
<div id="note">
Note : The bug or feature items that do not have a corresponding ID associated with them are internally identified.
</div>
11 changes: 0 additions & 11 deletions aspnetmvc/Release-notes/v20.4.0.44.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

<style>
#note {
font-size: .88em!important;
margin-top: 1.5em; margin-bottom: 1.5em;
background-color: #efd9fd;
padding: 10px 17px 14px;
}
</style>
<div id="note">
Note : The bug or feature items that do not have a corresponding ID associated with them are internally identified.
</div>
11 changes: 0 additions & 11 deletions aspnetmvc/Release-notes/v20.4.0.49.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,14 +32,3 @@ documentation: ug
- The **NullReferenceException** will no longer be thrown while closing a PowerPoint presentation with empty section.


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