Is there a parameter to specify initial fields to display in a grid and still display the rest of the viewable fields only when the record is accessed?
For example, I would like the grid to initially show: field1, field2, field3,field4 but when the view button is clicked it will display all viewable fields field5, field6, field7, fieldetc. Tried the fields parameter, but after hitting the view button it only displays the specified fields.

