c# - Responsive DataGrid Bootstrap -
i have datagrid
embedded in responsive bootstrap table.
here code :
<div class="table-responsive"> <asp:table id="table1" runat="server"> <asp:tablerow> <asp:tablecell> <asp:datagrid id="monthlybillgrid" runat="server" cssclass="table table-striped" autogeneratecolumns="true" enableviewstate="false" headerstyle-forecolor="black" /> </asp:tablecell> </asp:tablerow> </asp:table> </div>
my question is, how can make datagrid view this: http://www.w3schools.com/bootstrap/tryit.asp?filename=trybs_table_striped&stacked=h
i have loaded data it... doesn't on site, because whole site in bootstrap...
can please give me advice how make datagrid
above link?
thanks
Comments
Post a Comment