Jul 30, 2015, 9:37 PM
Column Filters in User Control
Hello, I am trying to have my columns from a table (which retrieves information from a DB) with filter.
I am managing this table on a separate user control and loading it on my main.aspx page, but filters don't work on any column , I use the following:
Renderer does work , but filters don't.
I would appreciate any help or suggestions and thank you very much.
I am managing this table on a separate user control and loading it on my main.aspx page, but filters don't work on any column , I use the following:
<ext:Column runat="server" Text="Estado" Width="150" DataIndex="Status" StyleSpec="color:blue;font-weight: bold">
<Renderer Fn="StatusPicker" />
<Filter>
<ext:ListFilter Options="Completado, Fallido, Procesando" />
</Filter>
</ext:Column>
Renderer does work , but filters don't.
I would appreciate any help or suggestions and thank you very much.
Last edited by Daniil; Aug 11, 2015 at 11:34 AM.
Reason: Please use [CODE] tags