13
Answers

Disable cell if condition are met (Win app form - Datagridview)

I want to disable a cell if a certain condition is met.
My pseudo code looks like:
 
If animal not is hungry then disable cell and set the name to Full
 
Answers (13)