I see that I can change the ActiveCellStyle at the band level, but I would like some cells to be very "read only". Like, if you click on them nothing happens at all. I want no change and no "selecting" or "activating" at all.
Amiram Korach said: Change the activation to Disabled. For a column set the CellActivation property. For a row set the Activation Property.For a single cell set the Activation property and also set IgnoreRowColActivation to true.
Change the activation to Disabled.
For a column set the CellActivation property.
For a row set the Activation Property.
Where is the "Activation" property?
How can I set Cell.IgnoreRowColActivation for an entire column at design time?
For a single cell set the Activation property and also set IgnoreRowColActivation to true.