You are placing the GridView inside the Table Cell (td).
As per the table alighment your Gridview will be aligned.
Instead place the Gridview out side the Table.
or set <div class="col-sm-12 pull-center">
instead of <div class="col-sm-3 pull-center">