Hello. I am trying to get used to the PQ Grid so that I can use it when I make the website I want.
I am now practicing(developing) it with PHP.
I am very familiar with using Java or Php but I don't know how to use asp,
I am doing the work with "Inline editing" - "Batch editing"
But, there are 2 questions.
1.
url: "/pro/products/batch", //for ASP.NET, java
I could only find ASP and JAVA on this line. why isn't there PHP here?
2.
url: "/pro/products/get", //for ASP.NET
//url: "/pro/products.php", //for PHP
it worked this way, but,
//url: "/pro/products/get", //for ASP.NET
url: "/pro/products.php", //for PHP
when I changed the code like this, so that I could do it with PHP not ASP, It didn't work, only showing blank page.
Please help me with the issues. I really wish to use PQ Grid well. Thank you