AdvStringGrid Filter Condition seems to fail with some 1 digit cell values

Please run the AdvStringGrid demo ASG69.
( TMS VCL UI Pack Demos\AdvStringGrid\asg69 )

When filtering any column with the option 0..25 , the only 1-digit values shown are 0, 1 and 2.
I also tried changing the condition to >=0 & <= 25, or >=-1 & <=25, and got the same result.

See not filtered example: :point_down:t2:
image

and trying to filter: :point_down:t2:

image

Thanks for reporting.
We could trace & solve this issue. The next update will address this.