Order by for option (server side)
Order by for option (server side)

Hi,
It seems that the options results for my select boxes returned from the server side are alphabetically ordered by the client-side.
Is it possible to influence the way the options are ordered?
Does anyone have an idea how to do this?
Kind regards,
nessinits
This question has an accepted answers - jump to answer
This discussion has been closed.
Answers
Yes - if you are using the PHP or .NET libraries for Editor, there is a
order
method (Order
in .NET) that can be used to control the ordering of the options.Allan