Search code examples
delphigridfiremonkeydelphi-10-seattle

FMX Grid with Checkbox not displaying property


I have a grid with a CheckColumn connected through livebindings with a query. When i open my query all my data is loaded into grid, but the checkbox do not show. If i click on the grid then the checkbox appears.

Picture when i open my query:

Picture01

When i click on the grid:

enter image description here


Solution

  • I discovered that using gridItens.Content.Repaint Redraw the checkboxes, for now I'll keep it that way, but I'll take a look at this component @Alberto Miola!