Disabling checkbox problem in Aspose.grid

Hi Aspose,

I am facing a problem in Aspose.grid,

On clicking my group button(see file) i want selected checkbox to be locked (User should not be able to select/unselect that particular checkbox again). I tried locking whole row but even that is not working for checkbox because it is only locking the text cells of that row but checkbox cells are still active?

Can we catch the mouse click event of a particular checkbox in Aspose.grid.?

For reference please go though the attached file.

Kindly reply ASAP.

Regards,

Rajesh Kumar,

India

Hi Rajesh,

Thank you for considering Aspose.

Well, you may try Sheet.Cells(Row, Col).Protected = True;. This will not allow the users to Edit any content of the cell including the controls.

Thank You & Best Regards,

Thanks Nausherwan Aslam