//////////CSS
///////////////////// HTML
///////////Result
div.scrollTable
{
overflow: auto;
white-space: nowrap;
}
div.scrollTable a
{
display: inline-block;
text-align: center;
padding: 14px;
text-decoration: none;
}
///////////////////// HTML
<div class="scrollTable">
<asp:GridView runat="server"
ID="GV_Reports"
AutoGenerateColumns="true"
Font-Names="Arial"
CssClass="table
table-striped table-bordered table-hover table-responsive" Style="width: 100%;"></asp:GridView></div>
///////////Result
No comments:
Post a Comment