New to Telerik UI for ASP.NET AJAXStart a free 30-day trial

hideFilterItem

Hides the filtering item in the respective GridTableView.

hideFilterItem()

Example:

JavaScript
function HideFilter() {
    var masterTable = $find("<%= RadGrid1.ClientID %>").get_masterTableView();
    masterTable.hideFilterItem();
}
Not finding the help you need?
Contact Support