I am having fits trying to figure this out...
I have a grid with a Select column. I have set the GridSelectionMode to single. Checkboxes show up on each row as expected. However, there is a checkbox in the Title row as well. So I tried to add a custom title in hopes of suppressing it, but it doesn't work. When the header checkbox is clicked, it selects the first data row, and unchecking deselects the first row.
The bigger problem, though, is that when clicking on any row, the row is selected as expected. But clicking on another row selects the new row, but the checkbox on the first clicked row remains checked. The expected behavior is that when the second checkbox is clicked, the first will no longer be clicked.
The questions:
How do I get single mode to appear to the user as actually single - as in there is only one row with a check at a time?
And how can I get rid of the checkbox in the Title row?