Subject Re: [IBO] Another ordering queston
Author Paul Vinkenoog
Hi again,

[ about default DESC ordering upon grid header click ]

> 2. For the intended columns, change the strings to:
>
> ITEMNAME=MYCOLUMN DESC;MYCOLUMN
> and/or
> ITEMNAME=MYCOLUMN DESC

Snag: The grid column header now shows the up-ordering glyph when the
column is down-ordered, and vice versa.

This might be confusing to the user. So maybe it's better to do it by
assigning the ordering item no. programmatically. Positive item
numbers use the sort order before the semicolon, negative numbers the
sort order after the semicolon.


Greetings,
Paul Vinkenoog