PageMode and DataImageField

I set the property of a column in this way:
with myGrid do
begin
    ColumnByName['colStatus'].Width := 20;
    ColumnByName['colStatus'].MinSize := 20;
    ColumnByName['colStatus'].MaxSize := 20;
    ColumnByName['colStatus'].DataImageField := TRUE;
    ColumnByName['colStatus'].Images := ImageList1;
end;
If I set the property pagemode = false the image does not appear. If the page mode is set to true
yes.
What i have to do in order to have pagemode = false and show the image?
Thanks

Do you use the latest version of the component?

yes i use the latest version with Delphi XE7