Hi,
I have a grid with columns that display multiple fields in a cell. The layout of the cell is defined via a template. I have a few questions about the sorting.
Thanks,
Jerry
I have a grid with columns that display multiple fields in a cell. The layout of the cell is defined via a template. I have a few questions about the sorting.
- What is the best way to implement sorting of these columns? For example a cell in the column could display the a value that is an average and the number of items that went in to determining the average. When the user sorts the column I want to sort only on the average.
- I also need to do multi-column sorting.
- Is there a way to ensure that any null columns end up at the end of the sort order after all of the rows with a value.
Thanks,
Jerry