In radgrid set ShowHeader="false" because no need header. But we need filter for columns. I set Allowfilter="False" but its not working.
can u pls sort out this problem.
In order to achieve this, one suggestion is to set "ShowHeader" as true and then hide the HeaderItem in ItemCreated event. In order to enable filtering, set AllowFilteringByColumn as true. Hope this helps.