Hi all and thanks for the good work.
I want to ask you if there is a way to make the default filter editor on a list grid to search ignoring case.
I want to be able to use the default filter editor, but to make it use the ignore case operator, instead of the case sensitive search that is performed by default.
Reading this forum I found that there is a way to control if matching is based on "Exact, Substring or StartsWith" criteria, but I couldn't find a way to control case sensitivity.
Thanks in advance for your help.
I don't think it matters, but anyways:
SmartGWT 2.4 (I've also tried 2.5 from 07.07.2011)
I am using this filter editor:
I want to ask you if there is a way to make the default filter editor on a list grid to search ignoring case.
I want to be able to use the default filter editor, but to make it use the ignore case operator, instead of the case sensitive search that is performed by default.
Reading this forum I found that there is a way to control if matching is based on "Exact, Substring or StartsWith" criteria, but I couldn't find a way to control case sensitivity.
Thanks in advance for your help.
I don't think it matters, but anyways:
SmartGWT 2.4 (I've also tried 2.5 from 07.07.2011)
I am using this filter editor:
Code:
defaultGrid.setShowFilterEditor(true);
Comment