Watz
12/13/2023, 8:29 PMLIST
.
I've managed to prevent sorting of that list in View mode by setting all fields to displayType = serverWidget.FieldDisplayType.ENTRY
But in edit-mode, all fields that are INLINE
are made sortable, so all columns are sortable and that may mess up the nice indented hierarchical list that I've added.
Is there some trick to prevent sorting? (without having a client script that removes the onClick-function from the column-header)Clay Roper
12/14/2023, 5:59 PMWatz
12/14/2023, 11:19 PM