Hello,<br><br>I have a seaside component that I use to display a list of items pulled from a dictionary. <br>They appear to be in random order and I&#39;d like to have them displayed in alphabetical or reverse alphabetical order.<br>
I don&#39;t really want to have an intermediary orderedCollection that I would display instead, as I would like to add to and delete items from the dictionary directly and see the changes in the component without having to repopulate the intermediary collection.<br>
<br>Is that any way to do that?<br><br>Thanks,<br>Gilles<br>