diff --git a/aspnetmvc/DataManager/Query.md b/aspnetmvc/DataManager/Query.md index 3257776d..b41e22d8 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 a046a8d6..6ae26cef 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 |
---|