Portal Engine Questions on portal engine and web parts.
Version 7.x > Portal Engine > Order Categories View modes: 
User avatar
Member
Member
lwhittemore-emh - 7/11/2013 7:46:41 PM
   
Order Categories
Is there a way to have the categories show in alphabetical order?

User avatar
Member
Member
kentico_sandroj - 7/11/2013 7:52:42 PM
   
RE:Order Categories
Hello,

Where would you like to sort the categories? Would you mind providing a screen shot or explaining which Web part you are using?

Regards,
Sandro

User avatar
Member
Member
lwhittemore-emh - 7/11/2013 7:56:01 PM
   
RE:Order Categories
In the admin where you add them to a document. I see I can reorganize them but for me it would be helpful if they were in alphabetical order by default.

User avatar
Kentico Support
Kentico Support
kentico_filipl - 7/12/2013 2:15:09 AM
   
RE:Order Categories
Hello,

You need to modify ~\CMSModules\Categories\Controls\CategorySelectionDialog.ascx.cs file and change the following (around line 1188):
provider.OrderBy = "CategoryDisplayName, CategoryUserID, CategorySiteID, CategoryOrder";

Best regards,
Filip Ligac

User avatar
Member
Member
lwhittemore-emh - 7/12/2013 8:21:41 AM
   
RE:Order Categories
That worked, thanks!