Error in TDBAdvGrid.LoadFromDataSet checkbox always false

in version 13.2.0.0 there is an error in the procedure TDBAdvGrid.LoadFromDataSet

if (ShowBooleanFields and (AField.DataType = ftBoolean)) then
begin
cb := UpperCase(AField.AsString) = STextTrue;

being STextTrue='True' so this function always returns false

We internally already fixed this. Next update will address this.