Hi there,
I think that we should have enabled the ShowFilterBar feature by default. So, we need to add the corresponding skin, images and CSS into our Web templates.
I have created a small application that shows how it can be done.
Thanks,
Dennis
Disclaimer: The information provided on DevExpress.com and affiliated web properties (including the DevExpress Support Center) is provided "as is" without warranty of any kind. Developer Express Inc disclaims all warranties, either express or implied, including the warranties of merchantability and fitness for a particular purpose. Please refer to the DevExpress.com Website Terms of Use for more information in this regard.
Confidential Information: Developer Express Inc does not wish to receive, will not act to procure, nor will it solicit, confidential or proprietary materials and information from you through the DevExpress Support Center or its web properties. Any and all materials or information divulged during chats, email communications, online discussions, Support Center tickets, or made available to Developer Express Inc in any manner will be deemed NOT to be confidential by Developer Express Inc. Please refer to the DevExpress.com Website Terms of Use for more information in this regard.
Now, we support filtering in List Views by using the ASPxGridView's Filter Control (see Filter Control). To enable filtering, set the List View node's IsFilterPanelVisible attribute to true. Note that this attribute will enable filtering in List Views in Window Forms applications as well.
Thanks, Mary.
Just to provide more details…
The IsFilterPanelVisible attribute mentioned in the previous message enables the Auto Filter Row for List Views in Windows Forms and ASP.NET applications. The Filter Bar is automatically displayed after the grid's data has been filtered via the Auto Filter Row. In addition, the Filter Bar is displayed after you've filtered the grid via the Filter Dropdown (see a column header). This behavior is similar in both Windows Forms and ASP.NET applications.
Thanks, Mary.