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 506 posts 653 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 506 posts 653 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 4908 posts 12265 karma points MVP 4x 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

Please Sign in or register to post replies

Write your reply to:

Draft