I have a jqGrid setup just fine, and added the navgrid search button to it.
$("#list").navGrid("#pager",{edit:false,add:false,del:false,refresh:false,searchtext:"Find"});
Next, I wanted to see what GET call is made when using the bar, so I used it, put in a value and hit Find.
Doing so, Firebug shows me an error and no new GET request is made. The error shown by Firebug for this is:
[Exception... "'Syntax error, unrecognized expression: [@selected]' when calling method: [nsIDOMEventListener::handleEvent]" nsresult: "0x8057001e (NS_ERROR_XPC_JS_THREW_STRING)" location: "
No line number, and I have no clue what is wrong.
I realize that the Find wouldn't work currently because the Query return is not programmed for it, but it should atleast make a call to the URL.
Any ideas what I am doing wrong here?
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top