ASP.Net MVC / ASP.Net WebForms / JavaScript How to use column search in datatable when responsive is false - 18.09.20 - ErcanOPAK just add “$(“th”).show();” in the end of initComplete ... , initComplete: function () { ... $("th").show(); } , ... Related posts:How to use ? : if statements with Asp.Net RazorHow to set Tooltip for a particular Devexpress Gridview ColumnDefine a Default Value when insert New Record From ASPxGridViewHow to insert space in Razor Asp.NetASPxGridView - Disable CheckBox based on condition in GridViewCommandColumn Post Views: 1