Subject Re: [IBO] Re: Sort Order in a Grid
Author Florian Hector
Hello Marco,

thank you for your help

> OrderingItems:
> NAME=NAME,FIRST_NAME
> FIRST_NAME=FIRST_NAME
>
> OrderingLinks
> NAME=ITEM=1
> FIRST_NAME=ITEM=2
>
> So when you click upon the "name" column of the grid, the first item of
> OrderingItems is used, that sorts by NAME,FIRST_NAME.

What I did not have was FIRST_NAME in the NAME row, I thought that IBO would
autmatically use the 2nd (3rd, 4th...) ordering criteria and this is what
the numbers are for.

Anyway, now it works.

Florian