Thursday, May 24, 2012

Exposing more List Columns in List Applets


Scenario: Business Requirement is to expose more List Columns in the List applets.

Solution: For exposing more List columns in List applet we have to change the “count” property in the “For” loop of the CCListBody.swt and CCListHeader.swt files. 
 We can add any number of List columns in List applet. But for performance and usability reasons, a maximum of 40 list columns should bound to a list applet web template.

No comments:

Post a Comment