I am trying to use the built in filtering in a grid that I am building dynamically. Everything works fine as long as the EnableColumnsViewState is true. When this value is false, and I am filtering on multiple columns, the Filter Values are not being retained on postback. Just the last filter is re-displayed. The grid is still being filtered correctly because I have implemented custom filtering using a FilteredDataset. How can I get around this issue? I need to disable column viewstate due to other problems I encountered.
Randy
Randy