Is it possible to sort a grid column based on the values in another column than the one selected? In this case I have images in a colum that change based on the value in another column that is hidden. I want the user to be able to sort the image column, and this means that they are really sorting based on the values in a hidden column.
BIll
Yes, this is possible, by implementing a custom sort comparer. An example implementation is provided in the following article from our online Knowledge Base:HOWTO: Sorting one WinGrid column by evaluating another column