why datatable search box not come in asp.net datagrid?
why datatable search box not come in asp.net datagrid?
why datatable search box not come in asp.net datagrid?
$(document).ready(function () { $("#ctl00_ContentPlaceHolder1_gvTimesheet").DataTable(); });<asp:GridView ID="gvTimesheet" runat="server" role="grid" aria-describedby="example1_info" AutoGenerate="false"
CssClass="display"
>
<Columns>
<asp:BoundField HeaderText="LogIn Time" DataField="LogInTime" DataFormatString="{0:dd-MM-yyyy HH:mm}"/>
<asp:BoundField HeaderText="LogOut Time" DataField="LogOutTime" DataFormatString="{0:dd-MM-yyyy HH:mm}"/>
<asp:BoundField HeaderText="IpAddress" DataField="IpAddress" />
<asp:BoundField HeaderText="OS" DataField="OS" />
<asp:BoundField HeaderText="Browser" DataField="Browser" />
</Columns>
</asp:GridView>