Hello all,
The first column in our grid contains checkboxes. Clicking on them doesn't toggle between checked and unchecked as though they're read-only.
I can see no settings that indicate the column isn't anything other than editable.
HeaderGridview.Rows[0].Cells[0].ReadOnly = false
I tried to get round it by capturing an event and toggling it in code but the CellClick doesn't fire if you click a cell containing a checkbox and the mousedown event doesn't tell you which column you clicked on.
I did post this question to support but just got the "can you send us a project" response which I don't have the time to do so i'm posting the question to the wider world.
The first column in our grid contains checkboxes. Clicking on them doesn't toggle between checked and unchecked as though they're read-only.
I can see no settings that indicate the column isn't anything other than editable.
HeaderGridview.Rows[0].Cells[0].ReadOnly = false
I tried to get round it by capturing an event and toggling it in code but the CellClick doesn't fire if you click a cell containing a checkbox and the mousedown event doesn't tell you which column you clicked on.
I did post this question to support but just got the "can you send us a project" response which I don't have the time to do so i'm posting the question to the wider world.