Skip to main content

Enable/Disable Cell

An action to enable, disable, or toggle an individual cell within an editable grid.

The Enable/Disable Cell action will allow you to set the state of a cell in a grid column to either being enabled for user input, or disabled from user input.

This action will have no effect if the editable grid is set to read only.

📌 Note: This action will only work within any event inside of an editable grid that specifies a particular row. For example, a row click event, a dropdown event in a row, or a click event of a button column.

Each of these events, when referencing a column, will only be applied to the cell of that column in the row. All other rows will be unaffected.


Parameters

Description

Select a grid column

Select the column in the grid to enable or disable. This will only affect the cell on the row being acted on. Other rows in the same column are unchanged.

What will happen?

There are three choices for the control state

Enabled: cell accepts user input.

Disabled: cell ignores user input.

Toggle: cell toggles to opposite state.

⊕ Add another column

Add another column to configure.

Did this answer your question?