Maybe I am blind, but I am not able to find how to change css class attributte for entire table generated by Grid.MVC.
Default css class settings:
<table class="table table-striped grid-table">
And I want to edit that. I have a workaround now in javasript. It works but there has to be some better solution at server side.