Hides the filtering item in the respective GridTableView.
hideFilterItem()
Example:
function HideFilter() { var masterTable = $find("<%= RadGrid1.ClientID %>").get_masterTableView(); masterTable.hideFilterItem(); }