Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    specifying sort in DataSource XML definition

    Is there a way to specify sorting in the DS XML file?
    (for the SQL backend.)

    I am aware of Custom SQL, which can do this, and a lot more, but it feels like an overkill to use it just to specify sorting...

    Thank you.

    #2
    I am also interested in this. Cant find a sample on the showcase. Want to sort on something other than the primary key. Is this possible without using custom datasource?

    Comment


      #3
      I think specifying an operationBinding with requestProperties including a sortBy would do it.

      Comment

      Working...
      X