User only being able to change one field in a grid

Hi there.

I have a grid view that contains fields and which I want to give a user type editing capacity for. Is there way to set a grid view to have just one field that is editable. For example if they had to a status from Pending to Shipped, or cancelled, but only that field would be changeable?

Thanks
GSH

Hi @GSH,

Great question and thanks for asking!

You can enable inline editing for your whole grid view within the view’s settings as it seems you may already have. Then, you can edit each individual column’s properties and enable/disable inline editing:
2024-10-24_12-01-03 (1)

2024-10-24_12-02-11 (1)

More info on this can be found here: How to Add Inline-Editing to a Grid

I hope this helps! :slight_smile:

@GSH - to clarify your post, are you trying to limit a field in a table so it’s only editable by a particular User Role?

1 Like

Cheers, no it’s solved with the comment from @Les but thanks Carl.

1 Like