Hi I have implemeted jquery-bootgrid. However, searching is based on case. My requirement is that searching should be done irrespective of case used i.e If am searching for "Australia" and the user types "australia" or "Australia" result should be same.
I looked into the documentation and the search setting only have "dealy" or "charatcers" option. So how should i implement case insensitive search?