Probably missing something simple here, but filtering is not working on a grid temple column containing a child table
<telerik:GridTemplateColumn HeaderText="Country"> <ItemTemplate> <asp:Literal ID="CountryLiteral" runat="server" Text='<%# Eval("Address.Country.Country1") %>' /> </ItemTemplate></telerik:GridTemplateColumn>
Tables are: Company (PrimaryAddressID) > Address (CountryID) > Country.Country1 (country name)
When attempting to filter the grid by the country name, there is no filtering taking place, error messages or any change in the grid at all.
Thanks!