Hi,
i am getting this error when i am reloading the xml
mygrid.load(“orders/”+id+"/get_orders/",true,true);
that[“process” + type] is not a function
just use
mygrid.load(“orders/”+id+"/get_orders/");
it need not additional parameters
Hi,
i am getting this error when i am reloading the xml
mygrid.load(“orders/”+id+"/get_orders/",true,true);
that[“process” + type] is not a function
just use
mygrid.load(“orders/”+id+"/get_orders/");
it need not additional parameters