I have a problem with collapsing the filter row. I have set the filter item row visibility to hidden as well as to collapsed. The filter item gets hidden but the containing row still exists. Could help me out with this?
Thanks and Regards,
Niraj Khose
2 Answers, 1 is accepted
0
Accepted
Pavlina
Telerik team
answered on 06 Jan 2011, 02:54 PM
Hi Niraj,
You can try hiding the filter item in the grid on the client (using the hideFilterItem() method from its client-side API as in this demo). Note that you can invoke these methods intercepting the OnGridCreated client event (for example).
Please examine the code snippet below and see if it helps: ASPX