Column Filters in User Control

  1. #1

    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:


    <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 10:34 AM. Reason: Please use [CODE] tags
  2. #2
    Hi @faridhajnal,

    but filters don't work
    Please elaborate on that. It can "don't work" in various ways.

    Anyways, it would be best to have a test case to reproduce it on our side. You can replace the database with a set of static test data.

Similar Threads

  1. Replies: 1
    Last Post: Jan 26, 2015, 3:42 PM
  2. [CLOSED] Implement filters on the command column
    By MarginPoint in forum 2.x Legacy Premium Help
    Replies: 3
    Last Post: Nov 25, 2013, 11:27 PM
  3. Replies: 2
    Last Post: May 09, 2013, 3:41 PM
  4. Replies: 2
    Last Post: Feb 06, 2012, 9:06 AM
  5. how to upload user control dynamicaly on user control
    By archana mahadule in forum 1.x Help
    Replies: 1
    Last Post: Jan 13, 2011, 12:05 PM

Tags for this Thread

Posting Permissions