Skip to content

Commit ef2d963

Browse files
Merge branch '1006328-django-sample' of https://github.com/SyncfusionExamples/connecting-databases-to-angular-grid into 1006328-django-sample
2 parents 82146b7 + 3c1d5b4 commit ef2d963

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

  • Binding MS SQL database using Django and UrlAdaptor

Binding MS SQL database using Django and UrlAdaptor/README.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11

22
# Syncfusion Angular Grid with Django REST Framework and Microsoft SQL Server
33

4-
## Project Overview
5-
64
A lightweight, production-ready pattern for binding **Microsoft SQL Server** data to a **Syncfusion Angular Grid** via **Django REST Framework (DRF)**. The sample supports complete CRUD (Create, Read, Update, Delete), server-side filtering, searching, sorting, and paging using **DataManager + UrlAdaptor** with a DRF `ModelViewSet`.
75

86
## Key Features
@@ -156,10 +154,8 @@ CORS_ALLOWED_ORIGINS = [
156154
- Check `DATABASES` credentials and server reachability
157155

158156
**Date parsing/format**
159-
- Ensure front-end date fields use `type="date"`
157+
- Ensure front-end date fields use `type=" date"`
160158
- If needed, configure DRF `DATETIME_INPUT_FORMATS`/`DATE_INPUT_FORMATS`
161159

162160
---
163161

164-
## Full Documentation
165-
- Detailed, step-by-step directions are available in the [User Guide](https://ej2.syncfusion.com/angular/documentation/grid/data-binding)

0 commit comments

Comments
 (0)