Button disabled
Brought to you by:
davideicardi
Think for a way to disable the Button cell.
The problem is that usually you want to disable the cell editors using "Cell.Editor.EnableEdit = false" but the Button doesn't have an editor.
Maybe add a Enabled property to the cell directly ... (that will disable all the events and that is used by the Button view to draw the cell with a disabled style)