i ve post this question in programmers.stackexchange.com also and they told me that it was off topic there. So..let me tell you the story.
Yesterday , after reading the documentation (www.trirand.com/jqgridwiki/doku.php) of jqgrid i created a simple table that gets data from a xml file returned by a php file.
In particular here is the code.
As an example I use this one,
but the problem is that I cannot make the select search method work in this way. I thought to use dataUrl in editoptions but in the wiki says that this works only with HTML files.
I can’t imagine a way to manipulate the data of the xml file to make the dropdown menu work.
How to make it work?
Finally i solve this problem with the help of this code:
Source