ParamQuery grid support forum
General Category => Help for ParamQuery Pro => Topic started by: rgorantla on September 29, 2014, 08:32:20 pm
-
Hi,
Can we make autocomplete text box case insensitive ?
Ex: I have ABC in a dropdown and when i am trying to enter abc it is giving me an error
Thanks,
Roseline.
-
Please refer the demo
http://paramquery.com/pro/demos/editing_custom
-
Hi,
I have exactly as in the demo , but still the autocomplete textbox is case-sensitive.
-
It is happenig in your demo too :
http://paramquery.com/pro/demos - type in books cell in a row "actionscript" all lower case - it says not valid - CASE SENSITIVE.
Any way to get this work without being case sensitive?
-
Please check the Ship Country column in that demo.
-
yeah ship country i understand , data is coming from Json
- but in my code for now , drop downs are in the format of books not country list ... is there any way o make it work for books?
-
Please use a for loop instead of $.inArray and use toUpperCase() or toLowerCase() method on both sides of equality operator (==) while comparing the values.
-
could you please help me with any example?
-
Please check books column in
http://paramquery.com/pro/demos/editing_custom2