Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.