Custom layout for ListView, where to get itemproperties, by default not available, so only name column is shown
Trying to create a custom layout for listview. I added my own layout to my custom listview. It almost works immediately, working from umb-table layout that's available in Umbraco source.
Child items are loaded, so that's a good thing, but item properties (which columns should be shown) aren't loaded, used in this part...
Custom layout for ListView, where to get itemproperties, by default not available, so only name column is shown
Trying to create a custom layout for listview. I added my own layout to my custom listview. It almost works immediately, working from umb-table layout that's available in Umbraco source.
Child items are loaded, so that's a good thing, but item properties (which columns should be shown) aren't loaded, used in this part...
How can I get these properties loaded in my custom layout, so columns will be loaded dynamically like in default list view?
Any help appreciated!
I think I used wrong view for this, tableview instead of listview itself. I picked it out of umbraco source and now it's working!
is working on a reply...