I am struggling with enabling/disabling filtering on the client side. I have a grid that I would like to toggle showing/hiding the filter row on the client side. However, what I noticed was that the client side functions don't work unless the initial grid has the AllowFilteringByColumn property is set to true. I see a bunch of threads on this subject but nothing seems like an exact match.
Also as someone mentioned in one of the other threads, the basic Filtering demo here has the same problem. Rework the demo to have the filter initially not shown and you will see the problem I am having. It works correctly as long as the initial display is ON. I plan on having this be a user setting that I store off to a cookie or session variable.
Randy
Also as someone mentioned in one of the other threads, the basic Filtering demo here has the same problem. Rework the demo to have the filter initially not shown and you will see the problem I am having. It works correctly as long as the initial display is ON. I plan on having this be a user setting that I store off to a cookie or session variable.
Randy