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/GettingStarted/Getting-Started-1-1-0.md
+28-28Lines changed: 28 additions & 28 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,14 +1,14 @@
1
1
---
2
2
layout: post
3
3
title: Getting Started | ASP.NET Core | Syncfusion
4
-
description: Getting Started.
4
+
description: Learn here all about Getting started with Syncfusion Essential ASP.NET Core Application, its elements, and more.
5
5
platform: aspnet-core
6
6
control: Common
7
7
documentation: ug
8
8
---
9
9
10
10
11
-
# Getting Started
11
+
# Getting Started with ASP.NET Core Application
12
12
13
13
> Starting with v16.2.0.x, if you reference Syncfusion assemblies from trial setup or from the NuGet feed, you also have to include a license key in your projects. Please refer to this [link](https://help.syncfusion.com/common/essential-studio/licensing/license-key#aspnet-core) to know about registering Syncfusion license key in your ASP.NET Core application to use our components.
14
14
@@ -28,11 +28,11 @@ The following steps helps to create a ASP.NET Core web application to configure
28
28
29
29
* Open Visual Studio 2015 to create **ASP.NET Core web application**.

36
36
37
37
> The ASP.NET Core NuGet packages versioning has been streamlined as 16.1.0.32 in shorter than older versioning (16.1600.0.32) from Volume 1, 2018 service pack 1 release (16.1.0.32). Since all the framework version wise assemblies are grouped into a single package.
38
38
@@ -41,15 +41,15 @@ The following steps helps to create a ASP.NET Core web application to configure
41
41
42
42
* In the Solution Explorer window, click the **"Show All Files"** button.

130
130
131
131
N> 1. You can refer [Installation](https://help.syncfusion.com/aspnet-core/configuration-and-installation) procedure to configure Syncfusion NuGet packages.
132
132
N> 2. The File format component packages has been modified from Volume 3, 2017 (15.3.0.26) release. You can refer [migration document](https://help.syncfusion.com/aspnet-core/release-notes/migratingtov15.3.0.26) for more details.
### Configure Syncfusion Components in ASP.NET Core Application
171
171
172
172
* Open Visual Studio Code and open your ASP.NET folder using **Open -> Folder** menu. Now your project folder is loaded in Visual Studio Code application.

175
175
176
176
177
177
* Open your **bower.json** json file and specify our Syncfusion package will loads our scripts and CSS. Refer this [link](https://help.syncfusion.com/js/installation-and-deployment#configuring-syncfusion-bower-packages) to configure the bower execution environment in your local machine. Then install a bower extension in your Visual Studio code to complete a configuration.

197
197
198
198
> The ASP.NET Core NuGet packages versioning has been streamlined as 16.1.0.32 in shorter than older versioning (16.1600.0.32) from Volume 1, 2018 service pack 1 release (16.1.0.32). Since all the framework version wise assemblies are grouped into a single package.

327
327
328
328
329
329
### Configure Syncfusion Components in ASP.NET Core Application
330
330
331
331
* Open Visual Studio Code and open your ASP.NET folder using **Open -> Folder** menu. Now your project folder is loaded in Visual Studio Code application.

334
334
335
335
336
336
* Now configure a Bower execution environment in your local machine based on this [link](https://help.syncfusion.com/js/installation-and-deployment#configuring-syncfusion-bower-packages). Then install a Bower extension in your Visual Studio code to complete a configuration.
> The ASP.NET Core NuGet packages versioning has been streamlined as 16.1.0.32 in shorter than older versioning (16.1600.0.32) from Volume 1, 2018 service pack 1 release (16.1.0.32). Since all the framework version wise assemblies are grouped into a single package.
Copy file name to clipboardExpand all lines: aspnet-core/Grid/Getting-Started.md
+8-8Lines changed: 8 additions & 8 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: Getting started with grid widget for Syncfusion Essential ASP.NET Core
4
-
description: How to create the grid, data bind, enable paging, grouping, filtering and add summaries
3
+
title: Getting started with ASP.NET Core Grid | Syncfusion
4
+
description: Learn here all about getting started with 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
9
10
-
# Getting Started
10
+
# Getting Started with ASP.NET Core Grid
11
11
12
12
Refer to the [Getting Started](https://help.syncfusion.com/aspnet-core/gettingstarted/getting-started-2-0) page of the introduction part to know more about the basic system requirements and the steps to configure the Syncfusion components in an ASP.NET Core application.
13
13
@@ -94,7 +94,7 @@ In `e-columns` definition, the `text-align` property allows you to align text of
94
94
95
95
The following output is displayed as a result of the previous code example.
Copy file name to clipboardExpand all lines: aspnet-core/Grid/Hierarchy-Grid.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
3
title: Hierarchical binding | grid | ASP.NET Core | Syncfusion
4
-
description: How to bind the hierarchical data
4
+
description: Learn here all about Hierarchy 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
9
10
-
# Hierarchical Bindings
10
+
# Hierarchical Bindings in ASP.NET Core Grid
11
11
12
12
Hierarchical binding can be used to create the grid with parent and child relation, this facilitate you to view the child records for a particular row by clicking on the Expander button present in first column of each grid row. This can be enabled by defining grid within grid and `query-string`.
13
13
@@ -64,7 +64,7 @@ public partial class GridController : Controller
0 commit comments