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
475
Ultrawingrid Checkbox
posted

I have an Ultrawingrid in VS2005, where one of the columns has been enabled as checkbox.

A user can select or deselect a check box which select all items in that row.

I need to find out how not to allow a user to select a checkbox unless some matching criteria is met within the same row. Is there a code behind that can grey out the checkbox in order to prevent the user from selecting it.

 

Thanks

 

  • 469350
    Offline posted

    Hi,

    You can disable editing on any cell in the grid by setting the Activation property of the cell to Disabled.