{"id":15686426,"url":"https://github.com/jqwidgets/grid.aspnetcore.mvc","last_synced_at":"2025-05-07T18:48:50.612Z","repository":{"id":86661645,"uuid":"78946737","full_name":"jqwidgets/Grid.AspNetCore.Mvc","owner":"jqwidgets","description":"Grid User Interface component for ASP.NET Core MVC","archived":false,"fork":false,"pushed_at":"2017-01-14T16:19:52.000Z","size":91,"stargazers_count":9,"open_issues_count":0,"forks_count":2,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-02-26T03:41:23.603Z","etag":null,"topics":[],"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/jqwidgets.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}},"created_at":"2017-01-14T15:01:10.000Z","updated_at":"2023-01-16T07:09:53.000Z","dependencies_parsed_at":"2023-02-28T13:45:46.762Z","dependency_job_id":null,"html_url":"https://github.com/jqwidgets/Grid.AspNetCore.Mvc","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jqwidgets%2FGrid.AspNetCore.Mvc","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jqwidgets%2FGrid.AspNetCore.Mvc/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jqwidgets%2FGrid.AspNetCore.Mvc/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jqwidgets%2FGrid.AspNetCore.Mvc/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jqwidgets","download_url":"https://codeload.github.com/jqwidgets/Grid.AspNetCore.Mvc/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243007203,"owners_count":20220784,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":[],"created_at":"2024-10-03T17:40:11.730Z","updated_at":"2025-03-11T09:31:49.879Z","avatar_url":"https://github.com/jqwidgets.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ASP .NET Core MVC Grid Tag Helper\n\n## Introduction\n\nGrid tag helper represents a powerful Datagrid UI tag helper. It offers rich functionality, easy to use APIs and works across devices and browsers. The grid component delivers advanced data visualization features and built-in support for server-side paging, editing, sorting and filtering. \n\n## Highlights\n\n- Works across devices and browsers\n- Web Standards Compliant\n- Rich and easy to use JavaScript API\n- Optimized for Performance\n- Easy customization and built-in themes\n- Localization\n- \n## Features\n\n- Data Binding\n- Outlook-Style Grouping\n- Sorting\n- Filtering\n- Paging\n- Editing and Validation\n- Nested Grids\n- Row Details\n- Localization\n- Column Types\n- Columns Resizing\n- Columns Reorder\n- Columns Hierarchy\n- Pinned Columns\n- Foreign Columns\n- Cells Formatting\n- Custom Cells Rendering\n- Custom Cell Editors\n- Rows and Cells Selection\n- Aggregates\n- Export to Excel, XML, HTML, CSV, TSV, PDF and JSON\n- Printing\n- Keyboard Navigation\n- State Maitenance\n\n## Grid Demos\n\n[ASP .NET Core MVC Tag Helpers Demos page](http://www.jqwidgets.com/asp.net-core-mvc-tag-helpers/asp.net-core-mvc-grid-tag-helper/index.htm).\n\n## Setup and Installation\n\n### 1. Create a new ASP .NET Core Web Application\n![alt text](http://aspcore.jqwidgets.com/bootstrap/tag-helpers/images/aspnetcore-net-project.png \"Tag Helpers 1\")\n\n![alt text](http://aspcore.jqwidgets.com/bootstrap/tag-helpers/images/aspnetcore-webapplication.png \"Tag Helpers 2\")\n\n### 2. Reference the Tag Helpers\n\nInstall the Tag Helper's Nuget package from https://www.nuget.org/packages/Grid.AspNetCore.Mvc/\n\n### 3. Update _ViewImports.cshtml\n\n```\n@using jQWidgets.AspNetCore.Mvc.TagHelpers\n@addTagHelper *, Microsoft.AspNetCore.Mvc.TagHelpers\n@addTagHelper *, jQWidgets.AspNetCore.Mvc.TagHelpers\n@inject Microsoft.ApplicationInsights.Extensibility.TelemetryConfiguration TelemetryConfiguration\n```\n\n### 4. Build the Solution\n\nClick Build in the top menu bar of Visual Studio, then click Build Solution to Build the solution\n\n\n### 5. Add a Tag Helper to a Page\n\nWe can now add a Tag Helper to one of the views (pages).\nFor example, we will add the Tag Helper to Views\\Home\\About.cshtml.\nWhile typing, IntelliSense suggest the existing Tag Helpers:\n\n```html\n@model IEnumerable\u003cjQWidgets.AspNet.Core.Models.Employee\u003e\n@{\n    ViewData[\"Title\"] = \"ASP .NET MVC Grid Example\";\n}\n\u003cscript src=\"~/jqwidgets/jqxbuttons.js\"\u003e\u003c/script\u003e\n\u003cscript src=\"~/jqwidgets/jqxscrollbar.js\"\u003e\u003c/script\u003e\n\u003cscript src=\"~/jqwidgets/jqxgrid.js\"\u003e\u003c/script\u003e\n\u003cscript src=\"~/jqwidgets/jqxgrid.edit.js\"\u003e\u003c/script\u003e\n\u003cscript src=\"~/jqwidgets/jqxgrid.columns-resize.js\"\u003e\u003c/script\u003e\n\u003cscript src=\"~/jqwidgets/jqxgrid.filter.js\"\u003e\u003c/script\u003e\n\u003cscript src=\"~/jqwidgets/jqxgrid.selection.js\"\u003e\u003c/script\u003e\n\u003cscript src=\"~/jqwidgets/jqxgrid.sort.js\"\u003e\u003c/script\u003e\n\u003cscript src=\"~/jqwidgets/jqxgrid.pager.js\"\u003e\u003c/script\u003e\n\u003cscript src=\"~/jqwidgets/jqxgrid.aggregates.js\"\u003e\u003c/script\u003e\n\u003cscript src=\"~/jqwidgets/jqxgrid.grouping.js\"\u003e\u003c/script\u003e\n\u003cscript src=\"~/jqwidgets/jqxmenu.js\"\u003e\u003c/script\u003e\n\u003cscript src=\"~/jqwidgets/jqxlistbox.js\"\u003e\u003c/script\u003e\n\u003cscript src=\"~/jqwidgets/jqxdropdownlist.js\"\u003e\u003c/script\u003e\n\n@model IEnumerable\u003cjQWidgets.AspNet.Core.Models.Employee\u003e\n\n@{\n    ViewData[\"Title\"] = \"ASP .NET MVC Grid Example\";\n}\n\n\u003cjqx-grid theme=\"@ViewData[\"Theme\"]\" sortable=\"true\" filterable=\"true\" auto-height=\"true\" width=\"850\" source=\"Model\"\u003e \n    \u003cjqx-grid-columns\u003e\n        \u003cjqx-grid-column column-group=\"name\" datafield=\"FirstName\" width=\"100\" text=\"First Name\"\u003e\u003c/jqx-grid-column\u003e\n        \u003cjqx-grid-column column-group=\"name\" datafield=\"LastName\" width=\"100\" text=\"Last Name\"\u003e\u003c/jqx-grid-column\u003e\n        \u003cjqx-grid-column datafield=\"Title\" width=\"150\"\u003e\u003c/jqx-grid-column\u003e\n        \u003cjqx-grid-column datafield=\"Address\" width=\"200\"\u003e\u003c/jqx-grid-column\u003e \n        \u003cjqx-grid-column datafield=\"City\" width=\"150\"\u003e\u003c/jqx-grid-column\u003e\n        \u003cjqx-grid-column datafield=\"Country\"\u003e\u003c/jqx-grid-column\u003e\n  \u003c/jqx-grid-columns\u003e\n    \u003cjqx-grid-column-groups\u003e\n        \u003cjqx-grid-column-group name=\"name\" text=\"Name\"\u003e\u003c/jqx-grid-column-group\u003e\n    \u003c/jqx-grid-column-groups\u003e\n\u003c/jqx-grid\u003e\n\n\n```\n\n## License\n\nFree for non-commercial purposes. For commercial usage, please visit http://www.jqwidgets.com/license/.\n\n## Any questions, comments or additions?\n\nIf you have a feature request or bug report, leave an issue on the issues page or send a pull request. For general questions and comments, use the http://www.jqwidgets.com/community/forum/asp-net-mvc/ forum.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjqwidgets%2Fgrid.aspnetcore.mvc","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjqwidgets%2Fgrid.aspnetcore.mvc","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjqwidgets%2Fgrid.aspnetcore.mvc/lists"}