Hi,
I have a Listgrid with
showFilterEditor: true,
filterOnKeypress: true,
The filter works when I am using "contains (default)" clause. However when I use "does not contain" clause in the filter, the query doesnt seem to work. Going through the server logs, I found that, once I change the criteria to "does not contain", the query string changes from uppercase to lower case.
The query changes from "SITE LIKE '%IRVINE%' " to "SITE LIKE '%irvine%' ".
I use Mysql database and Smartclient12.0 Evaluation version.
How can I get a consistent filter response.
Thanks,
SS
I have a Listgrid with
showFilterEditor: true,
filterOnKeypress: true,
The filter works when I am using "contains (default)" clause. However when I use "does not contain" clause in the filter, the query doesnt seem to work. Going through the server logs, I found that, once I change the criteria to "does not contain", the query string changes from uppercase to lower case.
The query changes from "SITE LIKE '%IRVINE%' " to "SITE LIKE '%irvine%' ".
I use Mysql database and Smartclient12.0 Evaluation version.
How can I get a consistent filter response.
Thanks,
SS
Comment