I have a GridTemplateColumn that displays 3 columns of data - Parent/Child relationship with the current row. I need to be able to filter on any of the three columns.
I can create a FilterTemplate that displays 3 textboxes in the FilterCell to match up with the 3 columns of data. But I can't get the GridFilterMenu to attach to the textboxes. The example for the MS DropDownlist customization is sort of what I'm trying to do (http://www.telerik.com/help/aspnet-ajax/grdoperationswithdropdownlistinedititemtemplate.html). But that is based on a single column of data.
Any ideas of how I can expand this to incorporate all the textboxes in the filter template?
Thanks
I can create a FilterTemplate that displays 3 textboxes in the FilterCell to match up with the 3 columns of data. But I can't get the GridFilterMenu to attach to the textboxes. The example for the MS DropDownlist customization is sort of what I'm trying to do (http://www.telerik.com/help/aspnet-ajax/grdoperationswithdropdownlistinedititemtemplate.html). But that is based on a single column of data.
Any ideas of how I can expand this to incorporate all the textboxes in the filter template?
Thanks