Please make following corrections:
1. make a deep copy of any object shared between the grids i.e, toolbar
toolbar: $.extend(true, {}, toolbar )
2. Every element should have unique id. So attr: 'id="loadState"' is incorrect for first item in toolbar because it's shared between grids.