Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
Is there a way I can disable a button (DataGridViewButtonCell) on a DataGridView? Currently, I am setting the cell's readonly property to true and trapping the CellContentClick event and doing nothing if it is readonly. V