Hello,
I've created grid with a parent and 2 and 3 child elements like the following sample: http://demos.telerik.com/aspnet-ajax/grid/examples/hierarchy/declarative-relations/defaultcs.aspx
I would like to enable filtering for the parent items but not for any of the children elements. I've enabled filtering in the grid using AllowFilteringByColumn="True" and in the children columns I've set them all to AllowFiltering="false". This removes the filter from the child elements however it leaves an ugly bar underneath the column header where the filters normally would be.
Is there some way to disable this and only have filtering applied to the parent?
Thanks