Hi!
This may be obvious but I am missing it. I created a button in the CommandItemTemplate to toggle the filter. It is in javascript and works fine. However, I would prefer to display the grid with the filter hidden from the start. Is there a property in the aspx definition or in the code behind that can set that?
Using CSS seems to hide it permantly:
Thanks for your help!
Michael
This may be obvious but I am missing it. I created a button in the CommandItemTemplate to toggle the filter. It is in javascript and works fine. However, I would prefer to display the grid with the filter hidden from the start. Is there a property in the aspx definition or in the code behind that can set that?
Using CSS seems to hide it permantly:
.radGrid .rgFilterRow{ display: none !important;}Thanks for your help!
Michael