I don't want to show the Sort Field Control on my page, so I have tried to remove the SortFieldControl on the skin file. But when I remove it, my page will break.
The codes I removed from my skin file is:
<asp:panel id="pnlSortFieldSelection" Runat="server" Visible="False"> <TR visible="false"> <TD> <CAT:SORTFIELDCONTROL id="SortFieldControl" Runat="server" ShowGoButton="True" ShowSortOrderSelector="True"></CAT:SORTFIELDCONTROL></TD> </TR> </asp:panel>
And on the ItemPane module's View Option menu, I can't find any option to hide or remove the Sort Field.....
Please advice, thanks!
Well, I found the _SortFieldControl.ascx file, and comment out the whole thing in that file, and I got what I want: the sort field control is gone from my page.
But, again, if there is any other better way to do this, please let me know.
Thanks!