TAdvStringGrid and LiveBinding XE5 problem

Hello,
Ive got strange problem.<br>When i connect TAdvStringGrid to UniQurery and I execute it i receive results but the problem is that the Titles of filds are placed as 1 row. So if the result is 3 rows Ive got only 2 in stringgrid
for Example:
I`m looking for a black cars = the result of my query is 3
Select CarName,CarDate,CarAge from Cars where CarColor like 'Black%'
Open

the result is
Ferrari, 2013-11-01, 1
Dodge, 2012-10-12, 2
Chev, 2013-01-21,1

and my string grid shows only first 2 without the last one.
Do you have any idea what can be wrong