Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    problems with filter editor and ListGrid

    Hi,

    I have a ListGrid with filter editor in header (show during runtime using ListGrid.setShowFilterEditor(true)) and data from RestDataSource. It also has ListGrid.filterByCell set to true on creation;

    When I am using ListGrid.fetchData(criteria) to filter the data everything works ok. Data is fetched from the datasource with proper criteria and even that criteria appear as active criteria in filter editor.

    When I am trying to use filter editor I can only put a value in the leftmost column and the filter is working as it should. When I am trying to put something in filter for any other column (no matter if the first column has already some criteria and no matter if it is text or valueMap) my criteria for that column disappear just after taking focus out of the filter editor.

    I have compiled a showcase at http://www.fide.pl/test_filter.html

    Could you please take a look at that?

    Regards,
    Janusz

    #2
    Hi Janusz,

    Thanks for the bug report - filterByCell is definitely at fault. This has been fixed for 6.5.1.

    Comment


      #3
      6.5.1?

      Hi,

      Could you point me to a place where one can download version 6.5.1?

      Thanks in advance,
      Janusz

      Comment


        #4
        6.5.1 is a bugfixes and minor features release currently targeted for June 24

        Comment

        Working...
        X