Home › Forums › WinForms controls › Xceed Grid for WinForms › Sorting Images › Reply To: Sorting Images
If the column contains an Image or Bitmap or Byte[] type, it is difficult to sort such contents, because the value is the image.
If the column contains an ID which is displayed as an image (like a ComboBox), then the comparer receive this ID, and it can be used to do the sorting.
Imported from legacy forums. Posted by André (had 322 views)