I have an UltraWinGrid that contains a column with a Bitmap in it. I would like to perform a sort on this column.
What is the best way to do this? I have an other (hidden) column available with "sortable" data in it (like 1,2,3, etc) so is it possible to sort on this, other, colum?
Do I need to write an IComparer for this? I tried this but the parameters for this are of course the UltraGridCells that need to be sorted and these are related to the clicked column.Thanks
- Erik
Hi,
When doing sorting like this the sort symbol is not appearing on the original column.
Thanks,
subbu.
Erik,
Erik Peschier said:Do I need to write an IComparer for this?
Erik Peschier said:... the parameters for this are of course the UltraGridCells that need to be sorted and these are related to the clicked column.