Version

columnFiltersInfo Property

Returns a json array, with the column names, column types, filtering rules and the filtering values the WebDataGrid is being filtered by. Could be used only for client-side filtering when EnableClientRendering property is set to true.
Syntax
ASP.NET Ajax Javascript (Specification) 
function get_columnFiltersInfo() : {Any}
ASP.NET Ajax Javascript (Usage) 
var resultVar = instanceOfFiltering.get_columnFiltersInfo();
See Also