[SOLVED] Unable to edit Device List field

I have a Blueprint dashboard using the Device List widget. I’d like to allow the user to be able to edit the values for one of the columns. This column is associated with a device parameter. Allow edit is enabled for the column.

The existing device parameter value is displayed, but it can’t be edited.

Any ideas?

Figured it out: Despite having Allow Edit enabled for columns, I did not have Show Control Column set to ON. That was preventing editing.

Hi zsu[@user:10052104078]zsu,

Please check the following, which may help resolve the issue with editing a Device List field:

  1. Enable Control Column
    In the widget settings, ensure the option “Show control column” is enabled. This is what shows the pencil icon for editing.

    • Go to the widget settings > Options

    • Enable: Show control column

    
    
    Without this, the edit icon won't appear—even if "Allow edit" is checked for a specific column.
    
    
    
  2. Verify Column Settings
    Confirm that the specific column has “Allow edit” enabled and is linked to a valid device parameter.

  3. Check for API Errors
    Open your dashboard, right-click > Inspect > go to the Network tab, and try editing the field. Look for failed requests to [https://api.tago.io](https://api.tago.io).
    Here’s a quick guide to help: Chrome DevTools – Network Tab

If any errors appear, feel free to share them here for further help.

Let me know how it goes!

#2 was the answer - shown control column wasn’t enabled.

Thanks!