DBAdvGrid ImageList gets nil when column is moved

Hello,

we use the DBAdvGrid in our application and have set the following properties on a Column:

DataImageField := true;

Images := ImageList;

 

Now when we move the Column in the DBAdvGrid the properties change:

DataImageField = true;

Images := nil;

 

Now we always have to reassign the ImageList, if we want the images to show correctly.

Is there a fix for this issue?

Thanks for reporting. We traced & solved this and the next update will address this.