i am unable to change the phpgrid ajax called on url base. i want to send first time the request as per url but others should be normal as per grid.
1 Answers
Hi,
Please explain little more about the issue. Example would help.
To set custom url of grid page, you can set:
$opt["url"] = "http://………../test.php";
$g->set_options($opt);
Your Answer