Copied to clipboard

Flag this post as spam?

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


  • andrew shearer 409 posts 517 karma points
    Feb 08, 2015 @ 23:55
    andrew shearer
    0

    listview - columns displayed

    My listview is for a doctype that has a “Umbraco.MultiNodeTreePicker” field. Is it possible to configure the list view to use this field as a display column, but display the nodename rarther than the id? thanks

     

     

  • andrew shearer 409 posts 517 karma points
    Feb 09, 2015 @ 00:00
    andrew shearer
    0

    currently, the listview column will display the picked ids from the content picker e.g. 1229,1235

  • Jeroen Breuer 4861 posts 12138 karma points MVP 3x admin c-trib
    Feb 09, 2015 @ 12:14
    Jeroen Breuer
    0

    Hello,

    I don't that this is currently possible. You could add a feature request for it here: http://issues.umbraco.org/dashboard#newissue=yes

    Jeroen

  • TrantSteel 4 posts 72 karma points
    Nov 06, 2016 @ 01:32
    TrantSteel
    0

    Hello,

    the listview feature in the umbraco backend is awesome!

    But how do i display the listview in a template, so i can see it in the frontend website? I should be able to access the property by its alias "layout" and then get the columns for example. How do i get the columns?

    var layout = CurrentPage.Content.GetProperty("layout");
    var columns = layout.Columns;
    

    enter image description here

  • This forum is in read-only mode while we transition to the new forum.

    You can continue this topic on the new forum by tapping the "Continue discussion" link below.

Please Sign in or register to post replies