Is there a way to implement a custom sort ordering in the Umbraco back office (for versions 7+)?
What I would expect is to implement a custom interface (like IContentSorter or similar) to specify my custom sort order.
Is this possible at the moment with the Umbraco?
If not, is there any workaround that wouldn't kill performance too much (like on content saved event handler or similar)?
Custom sorting of content in back office
Hi,
Is there a way to implement a custom sort ordering in the Umbraco back office (for versions 7+)?
What I would expect is to implement a custom interface (like IContentSorter or similar) to specify my custom sort order.
Is this possible at the moment with the Umbraco? If not, is there any workaround that wouldn't kill performance too much (like on content saved event handler or similar)?
Thanks in advance.
is working on a reply...