Announcement

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

    Treegrid Filtering - TextMatchStyle.SUBSTRING

    SmartGWT 3.0 - Firefox/Chrome
    SmartClient 8.2 (SmartClient_SC_SNAPSHOT-2012-01-30_v82)

    FilterEditor with autoFetchTextMatchStyle set to substring does not function properly. Filtering appears to always use a case insensitive TextMatchStyle.EXACT.

    One way to reproduce the problem:

    1) Download SmartClient_SC_SNAPSHOT-2012-01-30_v82p_Evaluation.zip
    2) Launch Feature Explorer
    3) connect to http://localhost:8080/isomorphic/sys...rees_Filtering
    4) Modify filtering.js and add
    showFilterEditor:true,
    autoFetchTextMatchStyle:"substring",

    5) click "Try it"
    6) Enter "full" into filter for column 'Employee Type'.
    7) Press enter or the filter button. (empty result)
    8) Enter "full time" or "FULL TIME" into filter for column 'Employee Type'.
    ...

    In fact, the only filter criteria that works is 'full time'. The Show Contract button doesn't show any results and the results are inconsistent depending on the combination of options selected.

    If showFilterEditor is false and the setting 'keep in parent' is checked, the behavior seems to stablize.

    Thank you for your assistance.
    Last edited by lextra; 31 Jan 2012, 01:34.

    #2
    Are you able to reproduce the problem?

    Comment


      #3
      This has been scheduled to be looked at since you first posted it. But please don't expect ETAs or status updates - when you don't have support, your questions can be bumped (sometimes indefinitely) by questions coming in from people who do have support.

      Comment


        #4
        Thank you.

        Comment

        Working...
        X