I am evaluating demo mode… same problem, not understood how to use ignorecase thorugh php_grid. Please guide asap
5 Answers
You can switch column settings to use begins with search instead of contains.
beginswith is case insensitive using LOWER() function.
$col["searchoptions"]["sopt"] = array("bw");
Hi Kumar,
You can review demo online, and code is same as 'demos/editing/index.php'
http://www.phpgrid.org/demo/demos/editing/index.php
Which database are you using? Above demo is using mysql.
Oracle.
Also, problem is that the component has no configuration for simulating ignorecase : true of jqGrid.
Please help.
Your Answer