Ok, strange problem…
I have a field (2 to be exact…) that a user can fill and after that he can press search, and the jqgrid will start with data of the values entered…
My problem is: I am filling the default Value , and the data is ok, but on the first run the search is not performed.
If I press enter on the toolbar all is great, but not on the opening.
Here is my code:
function jsLoadGrid(){
//jQuery(“#list2”).jqGrid();
jQuery(“#list2”).GridUnload();
gridimgpath = “../styles/images”;
var mygrid = jQuery(“#list2”).jqGrid({
datatype: 'json',
url: 'ItemTB.php', //?SearchId='+$(“#itemNumber”).val()+'&SearchDesc='+$(“#description”).val(),
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top