0

We are using the Kentico 9 Document Library Widget to display a list of files in a folder. But what I cannot find is a way to set the sort order of the files being displayed seems to be random.

Do I have to customize the widget to have to do a sort based on a date field for example?

Taun Brown
  • 55
  • 1
  • 1
  • 8
  • 1
    Could you please be more specific...there is no such widget in a default kentico installation: http://i.imgur.com/zlxT53g.jpg Are you sure this is not a custom component? – Boris P. Aug 26 '16 at 00:21

1 Answers1

2

You have to make ORDER BY property visible in Widgets application. You can set default value or set proper ordering in widget properties dialog.

enter image description here

Note to Boris: Document libary is one of the abandoned features in v9.

Martin Makarsky
  • 2,580
  • 1
  • 17
  • 28