Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
425
Displaying a check box in disabled mode
posted

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.

Parents
No Data
Reply
  • 69832
    Suggested Answer
    Offline posted

    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.

Children
No Data