function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
OcoBriOcoBri 

How can I remove the "Action" column from a related list on a visualforce page rendered as pdf?

How can I remove the "Action" column from a related list on a visualforce page rendered as pdf?
SonamSonam (Salesforce Developers) 
Which related list are you using on the VF pge?
Did you try editing the related list on the standard page? remove the action column from the list and check if that still appears on the VF page.
Anthony HernandezAnthony Hernandez
I had the same issue and the fix was as simple as adding: .actionColumn {display:none;} to your css.