I have field Songname, which can be A, B or C, and field TrackNumber that can be -5 to 5. Now I want to sort as follows:
Now I see its possible to apply a custom comparer on a single field, or apply simple sorting on multiple columns, but what I need to do is create a comparer that receives the entire record object (or at least these two fields), and then sorts based on the combined value of the two fields. How do I do this?
Thanks
Hello,
I am just checking the progress of this issue and was wondering if you managed to achieve your goal or if you need any further assistance on the matter.
If the above suggestion helped you solve your issue please verify the thread as answered so other users may take better advantage of it.