S
scarleton
I have a datagridview that is bound to a datasource. The under lying
data is not from a database, but biz objects. The first colume (InUse)
is a check box to determine if the rest of the row is enabled. When
the row is not in use, it is grayed out in the CellFormatting event.
After the user checks the InUse colume, the rest of the row does not
get repainted.
Is there a better way to control editablity of individual rows? If
not, how do I go about making the whole row get updated correctly? As
I click on the different cells and leave them, they change to the
correct color.
data is not from a database, but biz objects. The first colume (InUse)
is a check box to determine if the rest of the row is enabled. When
the row is not in use, it is grayed out in the CellFormatting event.
After the user checks the InUse colume, the rest of the row does not
get repainted.
Is there a better way to control editablity of individual rows? If
not, how do I go about making the whole row get updated correctly? As
I click on the different cells and leave them, they change to the
correct color.