I have a RadGrid control with server side filtering enabled such that you can enter text and then select Contains, Equals, etc.
http://demos.telerik.com/aspnet-ajax/grid/examples/functionality/filtering/basic-filtering/defaultcs.aspx
I need to be able to have filter as a dropdown list with only the available options in the current grid.
For example if the grid's Country field contains only two countries, England and USA then the filter dropdown for the Country field should only display England and USA.
Is this functionality possible?