Hide Non-Editable Columns in DataGrid When Adding New Row
In the current implementation of a DataGrid, when a user adds a new row, the text from non-editable (display-only) columns still appears, giving an impression of inconsistency in the UI. This can be confusing for users.
Proposed solution is for non-editable columns to be hidden or made visually distinct when adding a new row to a DataGrid. This way, only the relevant editable fields will be displayed, providing a more intuitive user experience.
1
vote
AdminKonstantinos
(Admin, Novacura)
shared this idea