I have a RadGrid which contains several GridBoundColumn. But no matter what I put in the filter template, It's just not showing!! I wonder how the filter template is triggered? AllowFilteringByColumn is already set as true for the whoke grid.
Please help me~~
<telerik:GridBoundColumn UniqueName="topper" HeaderText="Global Client Company-test filter" DataField="topper" HeaderStyle-Width="300px">
<FilterTemplate>
<asp:DropDownList ID="cbbDiscontinued" AutoPostBack="true" runat="server">
<asp:ListItem Text="All" Value="-1"></asp:ListItem>
<asp:ListItem Text="Active" Value="1"></asp:ListItem>
<asp:ListItem Text="Lock" Value="0"></asp:ListItem>
</asp:DropDownList>
</FilterTemplate>
</telerik:GridBoundColumn>
Please help me~~
<telerik:GridBoundColumn UniqueName="topper" HeaderText="Global Client Company-test filter" DataField="topper" HeaderStyle-Width="300px">
<FilterTemplate>
<asp:DropDownList ID="cbbDiscontinued" AutoPostBack="true" runat="server">
<asp:ListItem Text="All" Value="-1"></asp:ListItem>
<asp:ListItem Text="Active" Value="1"></asp:ListItem>
<asp:ListItem Text="Lock" Value="0"></asp:ListItem>
</asp:DropDownList>
</FilterTemplate>
</telerik:GridBoundColumn>