RRUZ / vcl-styles-utils

Extend and improve the Delphi VCL Styles
https://theroadtodelphi.wordpress.com/
331 stars 114 forks source link

TDBCheckBox and TDBCtrlGrid #214

Closed theazgra closed 7 years ago

theazgra commented 7 years ago

When using TDBCheckBox on TDBCtrlgrid, with TABSTable there is a bug.

When selected row is changed (dataset scrolled), value from previous row is copied into every other row or atleast all checkboxes have same visuals (all are checked or vice verse).

If seClient is removed from checkbox's StyleElements this behavior is fixed, but only checkbox in selected row is visible. As seen on images below. Is there fix for this?

grid1 grid2

RRUZ commented 7 years ago

This looks like a bug in the VCL Styles (and not on this project), you should report this to Embarcadero.