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
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
Comment