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
cjencjen 

Visualforce page layout

Hi, I have a custom object and one section on the page layout has about 123 fields. Would like to organize these fields in a table/grid pattern instead of the standard page layout 2 column design. Any ideas how to achieve this and have it editable, too?
SonamSonam (Salesforce Developers) 
Create more columns with standard layout edit option will not be possible, you can create a Visualforce page instead such that you can modify the look and add more columns to the page:

reference:
http://bobbuzzard.blogspot.in/2011/03/edit-parent-and-child-records-with.html