Forum Discussion
Have you checked the "Order By" settings of the affected Properties in the ItemType definition? Just remove the Order By value should exclude the sorting for the affected columns.
Edit: If you don´t see any "Order By" values, check if you have Server Method that is used for sorting. That´s a common trick to achieve descending sorting...
- little_legend2 years agoCreator II
Hello Angela,
None of the columns have an "Order By" value. I checked also for a method which sorts/disables sort but I didn't find any.
- angela2 years agoCatalyst II
If you have a regular relationship, check the related ItemType AND the relationship ItemType for any settings regarding sorting.
If a custom sorting is present, you normally see it due to the arrow in the header column.
If you don´t have this one -> by default Aras sorts by id (or native sorting in sql database), which can lead to mixed up data by default.
- little_legend2 years agoCreator II
I have a NULL relationship and except the "Order by", I don't see any other option related to sorting. The goal is to disable the custom sorting. In other words, if the user wants to sort by the column "Pos", he should be able to do it, but if he wants to sort by "Name", it shouldn't be possible.