Skip to content

Commit 84096ed

Browse files
Update sqlite.md
1 parent c13b008 commit 84096ed

File tree

1 file changed

+2
-2
lines changed
  • ej2-asp-core-mvc/grid/EJ2_ASP.MVC/connecting-to-database

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ documentation: ug
99
domainurl: ##DomainURL##
1010
---
1111

12-
# Connecting SQLite Server data to Syncfusion ASP.NET MVC Grid
12+
# Connecting SQLite Server data to Syncfusion ASP.NET MVC Grid
1313

1414
This section describes how to connect and retrieve data from a SQLite Server database using [Microsoft.Data.Sqlite](https://www.nuget.org/packages/Microsoft.Data.Sqlite/) and bind it to the Syncfusion ASP.NET MVC Grid.
1515

@@ -224,7 +224,7 @@ Now, add the Syncfusion ASP.NET MVC Grid tag helper in `~/Views/Home/Index.cshtm
224224
{% tabs %}
225225
{% highlight cshtml tabtitle="Index.cshtml" %}
226226

227-
// Replace `xxxx` with your actual port number
227+
// Replace `xxxx` with your actual port number.
228228
@Html.EJS().Grid("Grid").DataSource(ds => ds.Url("https://localhost:xxxx/Grid/UrlDataSource").Adaptor("UrlAdaptor")).Columns(col =>
229229
{
230230
col.Field("OrderID").HeaderText("Order ID").Width("100").TextAlign(Syncfusion.EJ2.Grids.TextAlign.Right).Add();

0 commit comments

Comments
 (0)