Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/syncfusionexamples/ej2-datagrid-core-user-role-based-operations
Enable/Disable the grid editing, column editing and column visibility functionalities from server side based on the user role
https://github.com/syncfusionexamples/ej2-datagrid-core-user-role-based-operations
aspnetcore core grid server syncfusion-ej2 user-role-based-operations user-roles
Last synced: about 1 month ago
JSON representation
Enable/Disable the grid editing, column editing and column visibility functionalities from server side based on the user role
- Host: GitHub
- URL: https://github.com/syncfusionexamples/ej2-datagrid-core-user-role-based-operations
- Owner: SyncfusionExamples
- Created: 2019-11-27T12:45:29.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2024-08-01T05:59:56.000Z (6 months ago)
- Last Synced: 2024-08-01T07:39:52.513Z (6 months ago)
- Topics: aspnetcore, core, grid, server, syncfusion-ej2, user-role-based-operations, user-roles
- Language: C#
- Size: 516 KB
- Stars: 0
- Watchers: 5
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ASP.NET CORE DataGrid - User Role based Operations
This sample explains about how to enable/disable the editing, column editing and column visibility functionalities of the grid from the controller based on the user role. This is achieved by defining the values for these properties from the ViewBag based on the user role.
**Incident link**: https://www.syncfusion.com/support/directtrac/incidents/255173
## Prerequisites
* Visual Studio 2022
## How to run the project
* Checkout this project to a location in your disk.
* Open the solution file using the Visual Studio 2022.
* Restore the NuGet packages by rebuilding the solution.
* Run the project.