If I drop a TGrid on my form and add a TCheckColumn and TStringColumn to the Grid, the Grid Checkboxes work fine with the default style (i..e win 8) (note: it uses bitmap styles)
However, If I use a Style that uses Vector graphics (TPath) to draw the checkmark (versus bitmap), it does not seem to work.
Take for example the “Air” style located in the following folder:
…RediststylesFmxair.style
What am I doing wrong or what has changed in Delphi 10.1 Berlin in order to make the checkboxes work in the TGrid’s TCheckColumn work?
thanks