Version

updateFilterUI Method

This method should only be used if the EnableClientRendering property is set to true. The method will go through all the exising columnFilters and update the filter buttons for the matching columns as filtered.
Syntax
ASP.NET Ajax Javascript (Specification) 
function updateFilterUI() : (Any);
ASP.NET Ajax Javascript (Usage) 
var resultVar = instanceOfFiltering.updateFilterUI();
See Also