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:
When i click on the grid:
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!