I put a DataGridViewButtonCell in the cell of DataGridView.
Sometimes, I want the DataGridViewButtonCell can not be clicked and become gray,
How I can do?

Just like a button in Form, when I set the "Enable" property to False, the button
become gray and cannot be clicked.

Thanks.