Frontmatter
| id | 9512 |
| title | Dynamic Value Banding Updates |
| state | Closed |
| labels | enhancementaigrid |
| assignees | tobiu |
| createdAt | Mar 18, 2026, 3:43 PM |
| updatedAt | Mar 18, 2026, 3:45 PM |
| githubUrl | https://github.com/neomjs/neo/issues/9512 |
| author | tobiu |
| commentsCount | 1 |
| parentIssue | 9511 |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Mar 18, 2026, 3:45 PM |

Follow-up sub-task for #9511. Currently,
useValueBanding_is a reactive config ongrid.column.Base, but it lacks the logic to trigger a recalculation when changed at run-time. This ticket adds the missingafterSetUseValueBandinglogic togrid.column.Baseto resync the value banding fields and recreate the view data. Additionally, a checkbox was added to thevalueBandingexample to demonstrate toggling the feature on the "Department" column dynamically.