Copied to clipboard

Flag this post as spam?

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


  • Pallav 6 posts 76 karma points
    Dec 19, 2015 @ 07:46
    Pallav
    0

    Custom List View Umbraco

    Hi All,

    i am using umbraco 7.2 and i am using Custom List View for one of the document type.I have added custom columns to be displayed inside listview.

    Issue is i am having one column inside custom list view whose Datatype is content picker.So in listview its showing Id for that column.

    How center image description here

    Ho can I update /Umbraco/View/propertyeditors/listview/listview.html to show name or title instead of Id for columns having content picker Datatype. Thanks

  • Biagio Paruolo 1618 posts 1910 karma points c-trib
    Sep 12, 2016 @ 06:58
    Biagio Paruolo
    0

    I think that you need to create a new listview datatype and add this:

    <div>
        <select ng-model="property.Value">
          <option value="0">---Please select---</option>
          <option value="1">First</option>
          <option value="2">Second</option>
          <option value="3">Third</option>
        </select>
    </div>
    
  • Edgar Rasquin 326 posts 925 karma points
    May 09, 2017 @ 18:24
    Edgar Rasquin
    0

    Hi Pallav,

    did you get anywhere with your appoach?

    I am looking for something similar. But instead of Text, I would like to display an image (not the id) in each row:

    enter image description here

    enter image description here

    Any ideas or hints where to start (tutorials)?

  • Chriztian Steinmeier 2798 posts 8788 karma points MVP 8x admin c-trib
    May 09, 2017 @ 19:39
    Chriztian Steinmeier
    0

    Hi Edgar,

    Since the original post, we've got this post: https://24days.in/umbraco-cms/2016/custom-list-view-layouts/

    Hope that helps,

    /Chriztian

Please Sign in or register to post replies

Write your reply to:

Draft