RadControls for ASP.NET AJAX
Displays the filtering item in the respective GridTableView when it was hidden previously on
the client.
Example:
CopyJavaScript
function ShowFilter() {
var masterTable = $find("<%= RadGrid1.ClientID %>").get_masterTableView();
masterTable.showFilterItem();
}