Skip to content

Commit ac6f109

Browse files
949122: Image included
1 parent 64c5373 commit ac6f109

File tree

4 files changed

+2
-2
lines changed

4 files changed

+2
-2
lines changed

ej2-asp-core-mvc/grid/EJ2_ASP.MVC/connecting-to-database/postgresql-server.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ domainurl: ##DomainURL##
1010
---
1111
# Connecting PostgreSQL Server data in to Syncfusion ASP.NET MVC Grid
1212

13-
This section describes how to connect and retrieve data from a PostgreSQL Server database using [Npgsql EntityFrameworkCore PostgreSQL](https://www.nuget.org/packages/Npgsql.EntityFrameworkCore.PostgreSQL) and bind it to the Syncfusion ASP.NET MVC Grid Grid.
13+
This section describes how to connect and retrieve data from a PostgreSQL Server database using [Npgsql EntityFrameworkCore PostgreSQL](https://www.nuget.org/packages/Npgsql.EntityFrameworkCore.PostgreSQL) and bind it to the Syncfusion ASP.NET MVC Grid.
1414

1515
PostgreSQL Server database can be bound to the Grid in different ways (i.e.) using [DataSource](https://help.syncfusion.com/cr/aspnetmvc-js2/Syncfusion.EJ2.Grids.Grid.html#Syncfusion_EJ2_Grids_Grid_DataSource) property, custom adaptor and remote data binding using various adaptors. In this documentation, two approaches will be examined to connect a PostgreSQL Server database to a Grid. Both the approaches have capability to handle data and CRUD operations with built-in methods as well as can be customized as per your own.
1616

@@ -24,7 +24,7 @@ The [CustomAdaptor](https://ej2.syncfusion.com/aspnetmvc/documentation/grid/conn
2424

2525
## Binding data from PostgreSQL Server using an API service
2626

27-
This section describes step by step process how to retrieve data from a PostgreSQL Server using an API service and bind it to the Syncfusion ASP.NET MVC Grid Grid.
27+
This section describes step by step process how to retrieve data from a PostgreSQL Server using an API service and bind it to the Syncfusion ASP.NET MVC Grid.
2828

2929
### Creating an API service
3030

Loading
Loading
Loading

0 commit comments

Comments
 (0)