Welcome to the WinForms feedback portal. We’re happy you’re here! If you have feedback on how to improve the WinForms, we’d love to hear it!
Thanks for joining our community and helping improve Syncfusion products!
I am using a datagrid with bound editable boolean columns so that they display as checkboxes. When I try to set programmatically check/uncheck other checkboxes in the row from within the CellCheckBoxClick method, there is no change. The goal is when 1 checkbox in a row is checked, all the other checkboxes are then unchecked, i.e. only 1 remains checked with in a row.