Hi,
I have a requirement, where in i need to display the check box added to node in disabled mode and if we click on the same it need to be activated and user can uncheck if it is already checked or check if already unchecked. Can any one suggest how to achieve this. I am using outlook express style for the tree. The image is displayed for reference.
Thanks & regards,
Sriram Sarma.
There is no way to disable individual cells, but what you could do is handle the BeforeCellEnterEditMode event, and cancel it for all other columns except the checkbox column.