This is a migrated thread and some comments may be shown as answers.

Google-like Filtering on TemplateColumn's with Listbox

1 Answer 39 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Brian
Top achievements
Rank 1
Brian asked on 04 Jul 2012, 04:42 PM
Is it possible to apply filtering on a GridTemplateColumn which has a listbox in the ItemTemplate?

<telerik:GridTemplateColumn UniqueName="Col1" HeaderText="Column 1">
    <ItemTemplate>
        <telerik:RadListBox ID="lbMyListBox" runat="server">
        </telerik:RadListBox>
    </ItemTemplate>
</telerik:GridTemplateColumn>

I'm attempting to implement the example shown here: http://www.telerik.com/support/kb/aspnet-ajax/grid/google-suggest-style-filtering-in-radgrid.aspx

1 Answer, 1 is accepted

Sort by
0
Maria Ilieva
Telerik team
answered on 09 Jul 2012, 08:23 AM
Hi Brian,

I would suggest you to review the following help topic which elaborates on applying filter for Template Column:
http://www.telerik.com/help/aspnet-ajax/grid-implementing-filtering-for-gridtemplatecolumns.html


All the best,
Maria Ilieva
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now.
Tags
Grid
Asked by
Brian
Top achievements
Rank 1
Answers by
Maria Ilieva
Telerik team
Share this question
or