Don't miss out Virtual Happy Hour this Friday (April 26).

Try our conversational search powered by Generative AI!

Set default sort order for groups and inside groups with contenttypes

Vote:
 

I think it would be great if it was possible to set the default sorting order for the groups in create new.. and also for inside each group.

For example for this new feature:

http://world.episerver.com/blogs/Per-Bjurstrom/2015/2/typed-tabsgroups/

It could look something like this:

[GroupDefinitions(DefaultSort=DefaultSort.Alphabetic, DefaultSortDirection=DefaultSortDirection.Descending)]
public static class GroupNames
{
   [Display(GroupName="MyNews", Order=1)]
   public const string News = "News";
   [RequiredAccess(AccessLevel.Publish)]
   [Display(DefaultSort=DefaultSort.Alphabetic, DefaultSortDirection=DefaultSortDirection.Descending)]
   public const string Contact= "Contact";
}

Per default the sorting is by SortOrder Ascending

#121492
May 12, 2015 14:02
Vote:
 

+1

#122637
Jun 08, 2015 18:19
This thread is locked and should be used for reference only.
* You are NOT allowed to include any hyperlinks in the post because your account hasn't associated to your company. User profile should be updated.