tested on version 1.20251115.1
steps
- some field defined with unique=True
- on submit form (the default one) from grid add one row with some value on that field
- try to add another row with the same value on that field
- 500 page and error "sqlite3.IntegrityError: UNIQUE constraint failed" - similar result with pqsl (psycopg2)
- expecting a red warning text "unique field already has value" or similar on the field like other validations
kind regards
Stefan