Question
Inline Status Update in Read-Only Grid
Hello,
I have a use case where a read-only grid displays a list of projects, with one column showing statuses such as Complete, Cancelled, Design, etc. I want to enable users to click on the status, which should then display a dropdown containing all available statuses. The user should be able to select a new status, and the update should be saved to the database accordingly.
Requirements:
- Clicking on the status field should open a dropdown with all status options.
- Once a new status is selected, it should be immediately updated in the database.
