Best Option to Get Grid View As Default that works 100%. is :-
Go to loop.php in Bender.
Find this Code :-
<ul class="listing-card-list <?php echo $loopClass; ?>" id="listing-card-list">
Comment this UL and replace this line with :-
<ul class="listing-card-list listing-grid" id="listing-card-list">
And you will be able to see the Home page with Grid View