This topic is locked

How to hide columns on the List page

12/16/2014 6:29:29 PM
ASPRunnerPro Tips and tricks
admin

To hide certain columns on the List page you need to add code to BeforeDisplay event. For instance, if column name is Model use the following code. It will work in both horizontal and vertical modes.

xt.assign_p2 "Model_fieldheadercolumn",false

xt.assign_p2 "Model_fieldcolumn",false