i'm looking for an help to resolve the following using jqGrid. 1)my data is already in json string before actual grid generated. 2) when I start enter the string in a add/edit form field, I want the partially entered string to be searched from the local json data and display the value in the field. eg:- I have a form field Shipped Via, if I start entering "U" i need my dropdown should limit to "UPS" and "USPS" so now user can have an option to select "UPS" or "USPS".
I tried many options like dataURL, DataInit.. but somewhere I tangled. Your help is very much appreciated.