Data grid: How to edit enum variables in data grid?

I have a status column in my data grid that i have made editable. How do I allow users to edit this status column, but only allow them to choose from a few options?

So I did some digging and see that the solution is to use a custom column? I tried that but then the select field dropdown is “hidden” in the data grid, when i try to click it to show the options, it doesnt show.

When I click on the dropdown select, it doesnt open..

Din’t test it, but i would go for a trigger https://docs.weweb.io/elements/data-grid.html#event-triggers

Yes! But the issue i am facing is, when I try to open the dropdown by clicking on it, the options dont show up… So my trigger hasn’t even had a chance to be triggered yet.

When I click on “Not Started”, nothing happens

I guess you’re using the old version of the select input, the (advanced) one.

I have faced this problem too, and the support told me it won’t be fixed.
You need to use the new version of the select