Skip to main content

Hi,

 

Anyone able to advise on this.

 

I'm thinking of a List view, where above the view, a user clicks a button to bring up a sub-view where they enter the details of an item. Then they click save and the details will be transfered back to the main form and added to the List.

 

The user should be able to click that button several times to add more items via the sub-view.

 

One of the fields which the user adds info to is lengthy, so when it is transferred back to the list view, because the list view shows each record per line, it will chop off the text of this one field because of its length.

 

Is there a way of showing all the text, is a column view rather than a list view for each item that is added?

 

Hope that makes sense.

Hi Sharpharp1,


 


I am not sure what you mean by a column view.


 


in regards to the text length issue, there is wrap text propery for the column body which resolves the issue


 



 


 


Hi Mustafa,

 

Was i mean is, if i want to add records so that they appear in a COlumn View, rather than one row.

 

For example, instead of:

 

record 1 field 1,2,3,4,5,6

record 2 field 1,2,3,4,5,6

 

I want the records to appear@

 

record1

field1

field2

field3

field4

field5

field6

 

record2

field1

field2

field3

field4

field5

field6

 

Any way to do this?


Hi Sharpharp1,


 


Check my answer on this thread:


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


 


Hope this helps


 


Reply