Hi,

I am creating a custom control datagrid. For each dynamically created
column I've added a button in the header that will filter based on the
selected value of that column. That works. My problems is that I wish
the custom control to remember the state of each filter button
(on/off) on PostBack.

Thanks
--Dietrich