Is there some way of making the hole grid read only without changing the
read only status of the individual columns?
I have a grid with some (not all) columns marked as read only.
There are times when I would like to switch between allowing editing and preventing editing.
I have tried changing the grid's enabled property to False but this also prevents scrolling.