Sorting on Image

Hi

In advstringstring, one column contains image using this syntax :
               
cbTheme.Grid.AddImageIdx(0, Loc.Y, index, AdvGrid.HaLeft, AdvGrid.VaCenter);

I would like to sort the grid with this column :
cbTheme.Grid.Sort(0, sdDescending);

But it doesn't worked.

Is it possible to do that ?

regards
olivier

I'd suggest to use a data image instead. See grid.AddDataImage()

It works

thanks