New to Telerik UI for ASP.NET AJAX? Start a free 30-day trial
showFilterItem
Updated over 6 months ago
Displays the filtering item in the respective GridTableView when it was hidden previously on the client.
| showFilterItem() |
|---|
Example:
JavaScript
function ShowFilter() {
var masterTable = $find("<%= RadGrid1.ClientID %>").get_masterTableView();
masterTable.showFilterItem();
}