Custom list view - show list items in a custom template instead of showing as rows in k2 forms


Hi All,

I am getting sharepoint list items and displaying them on a list view in K2 blackpearl.

But, now i am trying to display those items in a different template other than rows. Means, i want my own design as we do in .aspx pages.

Can anyone please suggest me an approach to achieve this functionality ?

 

In short, the list items are shown as

First Name

Last Name

Location

Name1

LName1

Melbourne

Name2

LName2

Sydney

Name3

LName3

Melbourne

 

But, i want them to be shown as

 

 

Name:             Name1                                                                               Last Name:      LName1

 

Location:           Melbourne

 

Name:             Name2                                                                               Last Name:      LName2

 

Location:           Sydney

 

Name:             Name3                                                                               Last Name:      LName3

 

Location:           Melbourne


2 replies

Hello,

 

If you want to try this in k2 form list view then its not possible . You need to go for Item view then its possible but other issue is in item view this wont be as dynamic row generation. 

 

Thanks.

Userlevel 5
Badge +16

Hi,


 


I believe you can do the format you want with HTML, have a look at this thread:


 


http://community.k2.com/t5/K2-blackpearl/Group-List-view-Items/m-p/102545#M34096


 


 

Reply