I sort a lot using ItemCreated date. But for this to work correctly, you have to first refresh the grid (values are not displayed when item is created).
I forget to do this repeatedly, so that what I expect to be a one-step operation becomes three: 1) Sort; 2) Refresh grid after realizing some items don't have created dates; 3) Sort again.
Is there any way to get around this and avoid the extra steps?
Maybe it wouldn't be desirable to refresh the grid every time you create a new item, but maybe include a grid refresh any time a sort is initiated on a column that has automatic values?
Wayne
Comments