Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
55
Edit/Delete igGrid rows based on Permission
posted

I need to be able to provide edit(update) and delete capabilities with IgniteUI Grid (igGrid) based on a permission set.

Grid presents a user with a list of addresses. UI should present Edit/Delete options (on the grid itself) for ONLY rows that the user has added to the list. Other rows would be read only. Is this possible at all with igGrid?

I'm able to build a grid with basic editing api events as shown here: http://www.igniteui.com/grid/editing-api-events 

I need to be able to restrict Update/Delete capabilities for ONLY rows I've entered.