
dd - 2011-09-13 09:53:09 -
In reply to message 3 from sagar dhande
Firebug is an addon in Firefox.
Install it in Firefox and activate it.
Go to the page with the grid and have a look at the Net tab (activate if needed) and have a look at the XHR traffic.
Do a reload of the page and see what request is being send by the browser and look at the response from the server.
It should contain the data from the database to be displayed in the grid.
If the data is there, you know, php and Mysql work ok and the problem is on the browser side.
If not, you can have a look at what is in the response. You can then insert some echo statements in the php to see where it goes wrong.
hope this helps,
regards, dd