AD
Administrator
Syncfusion Team
May 25, 2004 07:09 PM UTC
The checkbox has no property like this. But you could subscribe to the CellClick event. This handler is hit when you click into a cell. If you click a checkbox cell, it will be hit only if you do not hit the check. So, in the handler is e.RowIndex and e.ColIndex point to your checkbox, you could flip the value of the cell.
AD
Administrator
Syncfusion Team
May 26, 2004 10:03 AM UTC
Problem solved, thanks.
>The checkbox has no property like this. But you could subscribe to the CellClick event. This handler is hit when you click into a cell. If you click a checkbox cell, it will be hit only if you do not hit the check. So, in the handler is e.RowIndex and e.ColIndex point to your checkbox, you could flip the value of the cell.