So I want to sort alphabetically by item. I want the sort to stick every time I open the grid. I open the sourcebar and type in the field I want sorted. Alternatively, I can do this through manage grids, right?
1. The items are sorted correctly provided nothing in the list has an attribute tag (for example <b>). This destroys the sort. However...
2. If I use the sortbar, the attribute tags are ignored and the column is sorted correctly. This is the expected behavior and should be consistent throughout the program.
Unless I am missing something.
Jon
Comments