{"id":23061024,"url":"https://github.com/syncfusionexamples/binding-data-from-remote-service-to-typescript-data-grid","last_synced_at":"2026-05-04T01:32:35.398Z","repository":{"id":244339705,"uuid":"813430250","full_name":"SyncfusionExamples/Binding-data-from-remote-service-to-typescript-data-grid","owner":"SyncfusionExamples","description":"Discover seamless remote data integration with Syncfusion EJ2 Typescript Grid in this sample repository. Explore efficient techniques for handling filtering, sorting, paging operations, and CRUD operations within your Typescript applications, empowering you to manage and display data effectively.","archived":false,"fork":false,"pushed_at":"2025-11-05T11:57:41.000Z","size":6556,"stargazers_count":0,"open_issues_count":1,"forks_count":2,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-11-05T13:23:57.433Z","etag":null,"topics":["adaptors","customadaptor","datagrid","ej2","graphql","graphqladaptor","grid","odata","odataadaptor","odatav4","odatav4adaptor","remotedata","remotesaveadaptor","syncfusion","typescript","urladaptor","webapi","webapiadaptor","webmethodadaptor"],"latest_commit_sha":null,"homepage":null,"language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/SyncfusionExamples.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2024-06-11T04:29:18.000Z","updated_at":"2025-11-05T11:57:46.000Z","dependencies_parsed_at":"2024-06-14T05:28:20.084Z","dependency_job_id":"9775e4b9-0efe-433f-bad6-b21a6119fa9e","html_url":"https://github.com/SyncfusionExamples/Binding-data-from-remote-service-to-typescript-data-grid","commit_stats":null,"previous_names":["syncfusionexamples/binding-data-from-remote-service-to-typescript-data-grid"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/SyncfusionExamples/Binding-data-from-remote-service-to-typescript-data-grid","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SyncfusionExamples%2FBinding-data-from-remote-service-to-typescript-data-grid","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SyncfusionExamples%2FBinding-data-from-remote-service-to-typescript-data-grid/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SyncfusionExamples%2FBinding-data-from-remote-service-to-typescript-data-grid/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SyncfusionExamples%2FBinding-data-from-remote-service-to-typescript-data-grid/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SyncfusionExamples","download_url":"https://codeload.github.com/SyncfusionExamples/Binding-data-from-remote-service-to-typescript-data-grid/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SyncfusionExamples%2FBinding-data-from-remote-service-to-typescript-data-grid/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32591598,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-03T22:12:39.696Z","status":"ssl_error","status_checked_at":"2026-05-03T22:09:10.534Z","response_time":103,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["adaptors","customadaptor","datagrid","ej2","graphql","graphqladaptor","grid","odata","odataadaptor","odatav4","odatav4adaptor","remotedata","remotesaveadaptor","syncfusion","typescript","urladaptor","webapi","webapiadaptor","webmethodadaptor"],"created_at":"2024-12-16T03:15:59.978Z","updated_at":"2026-05-04T01:32:35.366Z","avatar_url":"https://github.com/SyncfusionExamples.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Binding data from remote service to TypeScript data grid\n\n## Overview\n\nThis repository demonstrates how to bind data from various remote services to a Syncfusion Essential JS 2 (EJ2) TypeScript Data Grid. It provides examples for integrating data using different adaptors and showcases techniques for handling filtering, sorting, paging, and CRUD operations within TypeScript applications. By exploring this repository, you will learn how to efficiently manage and display data in your applications.\n\n## Features\n\n**Remote Data Integration:** Seamlessly bind data from various remote services to the Syncfusion EJ2 TypeScript Grid.\n\n**Data Operations:** Handle filtering, sorting, and paging operations with ease.\n\n**CRUD Operations:** Implement Create, Read, Update, and Delete operations.\n\n**Adaptors:** Examples of different adaptors to integrate remote data:\n* UrlAdaptor\n* WebApiAdaptor\n* WebMethodAdaptor\n* ODataV4Adaptor\n* GraphQLAdaptor\n* RemoteSaveAdaptor\n\n## Prerequisites\n\nBefore you begin, ensure you have met the following requirements:\n\n* Node.js and npm installed\n\n* Basic knowledge of TypeScript and web development\n\n## Getting Started\n\n**1. Clone the Repository:**\n\nUse `git clone` to fetch the repository from GitHub.\n\n```bash\nhttps://github.com/SyncfusionExamples/Binding-data-from-remote-service-to-typescript-data-grid.git \n```\n\n**2. Open and Build the Project:**\n\n* Open the project in Visual Studio.\n* Build the project to restore dependencies and compile it.\n* Run the project\n\n**3. Explore the Code:**\n\n* Navigate to TypeScript files (typically in src or scripts).\n* Debug and interact with the code as needed.\n\n![Adaptors](./assets/images/adaptor-crud-operation.gif)\n\n## Resources\n\nYou can also refer the below resources to know more details about Syncfusion Typescript Grid components.\n\n* [Demo](https://ej2.syncfusion.com/demos/#/bootstrap/grid/over-view)\n* [Documentation](https://ej2.syncfusion.com/documentation/grid/getting-started)\n* [GraphQL with Syncfusion DataManager](https://ej2.syncfusion.com/documentation/grid/connecting-to-adaptors)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsyncfusionexamples%2Fbinding-data-from-remote-service-to-typescript-data-grid","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsyncfusionexamples%2Fbinding-data-from-remote-service-to-typescript-data-grid","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsyncfusionexamples%2Fbinding-data-from-remote-service-to-typescript-data-grid/lists"}