<telerik:GridTemplateColumn HeaderText="Code" SortExpression="Code" UniqueName="Code" AllowFiltering="True"> <ItemTemplate> <asp:LinkButton ID="lbCCode" runat="server" Text='<%# Eval("Code") %>' /> </ItemTemplate></telerik:GridTemplateColumn>
So how can I allow RadGrid to filter the results based on the text value of LinkButton? Is there a way to do that? Thanks.