Users Pricing

forum

Home Forums Devexpress Gridview Filter Control – MindStick

Devexpress Gridview Filter Control

Anonymous User 7127 03 Sep 2013

I have a ASPxGridView component that is filled from a SQL query I wanted to apply a filter on my ASPX Gridview so I wrote:

<dx:ASPxGridView runat="server" ID="gvExecReq" Visible="false" AutoGenerateColumns="true"
        OnPageIndexChanged="gvExecReq_PageIndexChanged" OnBeforeColumnSortingGrouping="gvExecReq_BeforeColumnSortingGrouping">
        **<Settings ShowFilterRow="True" />
        <Settings ShowFilterBar="Visible" ShowHeaderFilterButton="True" />**
    </dx:ASPxGridView>

the filter is well established, but it is not functional What do I need to add more?


1 Answers

Markdown for AI

A clean, structured version of this page for AI assistants and LLMs.

Open .md