We have a grid where we have enabled custom sorting and have hooked into the OnGridSorting event. This is getting called when someone clicking on a column header to sort it, as expected. However, the grid's SortDescriptors collection is null.
I would like to be able to add a SortDescriptor for the column that is being sorted that uses an expression, if it's a particular type of data. However, the collection is empty, which suggests there is a problem.
Thanks.
Max