Hi all, I am hoping someone might have done this and can tell me how!!

I have a cwebgrid being loaded manually with data in csv format. I would like to set one cell in a row as read only (Set pbEnabled to False) based on the value of the data being loaded for that row.

Specifically, the column is a cWebColumnCheckBox. If the value of the data being loaded is "1" then it is setting it as checked and the user should be not allowed to change it. If the value of the data is "0" then it is left unchecked and the user should have the option of selecting it if they want.

Conceptually it is a grid of possible actions, some of which are compulsory and some are optional. Once the optional ones are selected they all get actioned.

Any and all suggestions welcome.

Col.