Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Mihir Ajmera 32 posts 145 karma points
    Aug 12, 2019 @ 04:53
    Mihir Ajmera
    0

    Set Sequence(Re-Order) in content page list Back office Umbraco 8.1.0

    Hello All,

    Does anyone idea about how to apply sequence(Re-order) in the content list page in the back office?. so I can display front-list base on the sequence I get.

    Please refer attached screenshot for reference.

    http://prntscr.com/orfzsx

    If you have an idea make custom code logic implementing and do the sequence in the list then and then it should appreciate in the back office.

    Thanks in advance.

  • Shaishav Karnani from digitallymedia.com 354 posts 1638 karma points
    Aug 12, 2019 @ 05:24
    Shaishav Karnani from digitallymedia.com
    100

    Hi Mihir,

    You need to goto top right Action button and click on Sort button.

    Then just click on Name column and it will sort based on it and Save it.

    Cheers, Shaishav

  • Mihir Ajmera 32 posts 145 karma points
    Aug 12, 2019 @ 06:21
    Mihir Ajmera
    0

    Hi Shaishav,

    Your flow is right I can drag and drop to set order but after save it can`t display effect in the list. How I can identify this list display as rearrange sequence other than I go to action and click on the Sort button.

    In front-end side is there any code to get sequence order list in the template and display whatever sequence we set in the back office?

  • Shaishav Karnani from digitallymedia.com 354 posts 1638 karma points
    Aug 12, 2019 @ 06:41
    Shaishav Karnani from digitallymedia.com
    0

    You can drag & drop or even click on Name to reorder.

    In front-end, we can do sorting .OrderBy("SortOrder"); or .OrderBy(x=>x.SortOrder);

Please Sign in or register to post replies

Write your reply to:

Draft