Announcement

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

    need TextMatchStyle that is Substring AND Case-Sensitive

    Be sure your post includes:

    1. Using Smart GWT 3.0 nightly builds.

    2. I have a ListGrid where I'm using the Filter Editor.

    I want to filter the ListGrid results using the TextMatchStyle 'Substring' value because the value the users are filtering may be anywhere within the column datafield.

    Unfortunately, the TextMatchStyle.SUBSTRING is case-insensitive. Has anybody figured out a way to do a TextMatchSytle.SUBSTRING but return case-SENSITIVE results?

    Thanks in advance for any help

    #2
    Isomorphic -

    It would be nice to know whether this feature/capability is in the works or will one day be added. Otherwise, i need to adjust my application.

    Thanks.

    Comment


      #3
      See AdvancedCriteria docs.

      Comment

      Working...
      X