Sort Picture in DBAdvGrid

Hello,

i have a problem. I have a Grid and i load pictures into a cell with addpicture. Thats fine, but if i sort a column with Query.sort := column. the text ist right, but the pictures are at the old position. But i want, that the picture sort too.  Is this possible?

I am sorry about my english isn't the best.

Greets

Did you try to set grid.PageMode = false?

Ah ok...yes if the pagemodus = false it works...but then the query instructions didnt work...is this right? is it better to work without the query?

I'm not sure what you mean with : "the query instructions didn't work". What exactly are you doing with the query? When grid.PageMode = false and you change the query, after this you should call grid.Refresh.