Read only Column

In code what is the best way to set a Column Read Only?

Thanks In Advance
Donald S. Bossen

You could do this with implementing the event OnCanEditCell to define whether a column can be edited or not or implement OnSelectCell to determine if a cell in a column can be selected or not.