I wanted to setup my grid so that the user can turn filtering on when they want to, this will just remove the clutter when filtering is not needed. All I do is start off with AllowFilteringByColumn="false" and then when the filtering checkbox I added to the page is checked, I set the AllowFilteringByColumn in the codebehind to true. This seems to turn on the filtering but it doesn't apply it when a filter is selected. Everything works fine if I just set filtering to true in design mode.
Is this a bug, am I doing something wrong?
Thanks.
Is this a bug, am I doing something wrong?
Thanks.