sitecore6 - How to Sort a TreeList in Sitecore 6 in the Source -


my team uses sitecore 6 content management system , .net interface sitecore api. in many of our templates make use of treelist. when adding new item selected items treelist automatically puts item @ bottom of list.

in lists large. in cases end users see these lists sorted descending date field part of templates can added selected treelist.

programmatically on .net side easy handle using linq orderbydescending , displays great in site visitors. trying figure out how display same in sitecore content editor.

i've not found google search other there seems sortby can specify in source tried , can't have effect.

has dealt before? again, main goal sort items in treelist in sitecore content editor itself.

thanks input has.

i created sorted-by-name treelist in response question:

how sort selected items in sitecore treelist?

it works , should converted sort date.

unfortunately, have copy/paste quite lot of sitecore's existing code. significant customization of product might need reworked if upgrade. if neither of these problems you, give try.


Comments

Popular posts from this blog

commonjs - How to write a typescript definition file for a node module that exports a function? -

openid - Okta: Failed to get authorization code through API call -

thorough guide for profiling racket code -