Feedback
Designer row-selection controls cannot be set to no selection
- Status
- Fixed
- Fixed in
- v26.7.1
- Source discussion
- https://forum.objo.dev/d/509-designer-radiobuttongroup-set-selectedindex-to-1-is-impossible
- Last updated
- 2026-07-05
Upvotes
0 upvotes
Uses your Objo forum account.
Public summary
The Designer prevents row-selection controls such as RadioButtonGroup from being set to a no-selection state. Entering -1 for the selected index is clamped back to 0 when rows exist, even though the documented API supports -1 to mean that nothing is selected. This prevents projects from starting with no selected radio button or popup row.