I have some hidden columns and some external comboboxes that controls the filter mechanism in the grid.
I filter using the hidden columns (I don't want to show these columns in the grid).
If I set allowfilteringbyColumn = "true" then the filter row shows up. I don't want to show the filter row but still aloowcolumnfiltering on my grid. Without that feature the grid loses its filterexpression and I find it hard and messy to apply multple filters.
Can you show me how to hide the filter row. I use multiple instances of grid throughout my application, so I don't want to change the grid css.
Thanks,
I filter using the hidden columns (I don't want to show these columns in the grid).
If I set allowfilteringbyColumn = "true" then the filter row shows up. I don't want to show the filter row but still aloowcolumnfiltering on my grid. Without that feature the grid loses its filterexpression and I find it hard and messy to apply multple filters.
Can you show me how to hide the filter row. I use multiple instances of grid throughout my application, so I don't want to change the grid css.
Thanks,