Two questions about Records

1. Can I put a back button on an invidiual record after clicking a recordLink to go back to the Record Grid with all the records?

 

I have a grid Record Type that lets users see and filter for specific records, when they click on the record link to go to that specific record, I want a back button on the interface displaying the data to go back to the Record 

 

2. When I sort columns in a Record grid, can I make it so that it ignores null values? like if the values in the column are 1,2,3,4,5,null,null,null,null,null,null

I want to see it sorted these ways:

5,4,3,2,1,null,null,null,null,null,null

1,2,3,4,5,null,null,null,null,null,null

 

Not 

null,null,null,null,null,null,5,4,3,2,1

  Discussion posts and replies are publicly visible