I have form panel with form and grid.
My grid is loaded with JSON data of 120 rows and the form with 5 combo fields to search for required row.
Now,when I click on search button PHP script is returning correct JSON data but this data is not loaded in the grid.
I am new to ExtJs4 plz help me.