I use a Sort Order column so that I can set a manual sort order for certain grids. Unfortunately it doesn't work very well because when sorting ascending it always places blanks in the sort column at the top. So using X below to represent a blank, it sorts like this:
X
X
X
1
2
But at least for me the whole point of using a manual sort order is I want to have a few important items always show up at the top. If the user wanted blanks to show up at the top they wouldn't be using a sort order at all, I'd think? So the only way to achieve what's desired is to give every single item in the grid some sort value, even if unneeded. Which is a PITA. Would you consider making blanks sort at the bottom?
Thanks
Comments