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 |