You can use your Column class as unbound column, by adding it manually to the GridControl.Columns collection.
When you bind a datasource to a GridControl, the automatically generated columns are of the type <b>DataBoundColumn</b>, and I don’t think you can change this.
Imported from legacy forums. Posted by Tommy (had 2964 views)