You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: aspnet-core/DataManager/Overview.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,13 +1,13 @@
1
1
---
2
2
layout: post
3
3
title: Overview | DataManager | ASP.NET Core | Syncfusion
4
-
description: overview
4
+
description: Learn here about overview of Syncfusion Essential ASP.NET Core DataManager Control, its elements, and more.
5
5
platform: aspnet-core
6
6
control: DataManager
7
7
documentation: ug
8
8
---
9
9
10
-
# DataManager
10
+
# Overview of ASP.NET Core DataManager
11
11
12
12
DataManager helps in managing relational data in the ASP.NET Core. Its rich features make querying data sources easier. The ODataClient supports OData queries that are enabled in the Web API & WCF data services.
Copy file name to clipboardExpand all lines: aspnet-core/Grid/Filtering.md
+14-14Lines changed: 14 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,12 +1,12 @@
1
1
---
2
2
layout: post
3
3
title: Filtering with grid widget for Syncfusion Essential ASP.NET Core
4
-
description: How to enable filtering and its functionalities
4
+
description: Learn here about filtering support in Syncfusion Essential ASP.NET Core Grid Control, its elements, and more.
5
5
platform: aspnet-core
6
6
control: grid
7
7
documentation: ug
8
8
---
9
-
# Filtering
9
+
# Filtering in ASP.NET Core Grid
10
10
11
11
Filtering helps to view particular or related records from dataSource which meets a given filtering criteria. To enable filter, set `allow-filtering` property as `true`.
12
12
@@ -63,7 +63,7 @@ The following code example describes the previous behavior.
63
63
64
64
The following output is displayed as a result of the previous code example.
65
65
66
-

66
+

67
67
68
68
69
69
## Menu filter
@@ -110,19 +110,19 @@ The following code example describes the previous behavior.
110
110
111
111
The following output is displayed as a result of the previous code example.
Copy file name to clipboardExpand all lines: aspnet-core/Grid/Overview.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,12 +1,12 @@
1
1
---
2
2
layout: post
3
3
title: grid widget for Syncfusion Essential ASP.NET Core
4
-
description: Overview for grid
4
+
description: Learn here about overview of Syncfusion Essential ASP.NET Core Grid Control, its elements, and more.
5
5
platform: aspnet-core
6
6
control: grid
7
7
documentation: ug
8
8
---
9
-
# OverView
9
+
# OverView of ASP.NET Core Grid
10
10
11
11
The grid control for ASP.NET Core is an efficient display engine for tabular data. It will pull from a datasource, such as List of collections, OData web services, or DataManager and binding data fields to columns and displaying a column header to identify the field. It is a feature-rich control that provides extensive appearance customization options with support for grouped records. This grid is very useful for generating complex grid-based reports with rich formatting. Almost all the features in JS grid are applicable to grid in ASP.NET Core too.
Copy file name to clipboardExpand all lines: aspnet-core/ReportViewer/Report-Controller.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,13 +1,13 @@
1
1
---
2
2
layout: post
3
-
title: Report Controller | Syncfusion
4
-
description: report controller
3
+
title: Report Controller in ASP.NET Core ReportViewer Control | Syncfusion
4
+
description: Learn here about report controller in Syncfusion Essential ASP.NET Core ReportViewer Control, its elements, and more.
5
5
platform: aspnet-core
6
6
control: ReportViewer
7
7
documentation: ug
8
8
---
9
9
10
-
# Report Controller
10
+
# Report Controller in ASP.NET Core ReportViewer
11
11
12
12
The ReportViewer uses Web API services to process the report file, process the request from control and to return the processed data to control. The Syncfusion.EJ.ReportViewer assembly has helper APIs to define the service actions and process the service requests.
Copy file name to clipboardExpand all lines: aspnet-core/ReportViewer/SSRS-Configuration.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,13 +1,13 @@
1
1
---
2
2
layout: post
3
-
title: SSRS Configuration | Syncfusion
4
-
description: ssrs configuration
3
+
title: SSRS Configuration in ASP.NET Core ReportViewer Control | Syncfusion
4
+
description: Learn here about ssrs configuration in Syncfusion Essential ASP.NET Core ReportViewer Control, its elements, and more.
5
5
platform: aspnet-core
6
6
control: ReportViewer
7
7
documentation: ug
8
8
---
9
9
10
-
# SSRS Configuration
10
+
# SSRS Configuration in ASP.NET Core ReportViewer
11
11
12
12
The ReportViewer has support to load RDL reports from SSRS server. You have to set your SSRS server URL to ReportViewer’s ReportServiceUrl property and set the relative path of RDL file in SSRS to ReportViewer’s ReportPath property.
0 commit comments