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
Hi,
You can disable editing on any cell in the grid by setting the Activation property of the cell to Disabled.