Q: FMX : How to use custom columns with data bound grids?

Q: FMX : How to use custom columns with data bound grids?

I would like to use a grid with livebindings and custom columns. How to inherit and implement custom columns is quite easy and clear. But I do not see the way how to get these into the grid. There is a ColumnStyle property that can be used to choose between Standard, Check-, Progress- and ImageColumns but after looking into the source they seem to be hardcoded. There is no way how to register own column classes.


Any ideas?

Comments