Is there any way to apply excel like automatic filter on telrik grid ? I have autogeneratedcolumn=true and based on condition I am showing the column
<telerik:RadGrid ID="gvinvoice" Width="98%" AllowPaging="true" PageSize="10" runat="server"
AutoGenerateColumns="true"
OnPageIndexChanged="gvinvoice_PageIndexChanged"
ShowFooter="True">
<PagerStyle Mode="NextPrevAndNumeric" />
</telerik:RadGrid>
So, at design time I am not sure the number and name of the column. How can I apply filter to these columns ?