Hi,
I am fetching data for grid from java controller class.
For the first time i call “url: ‘planningSummaryGrid.htm'” and data is fetched properly from java controller.
For Second time when i try to reload the same grid “url: ‘planningSummaryGrid.htm'” to get updated data request is not going to java controller class. Old data fetched during first request is only shown.
This happens mainly in IE9. for IE8 things are working fine.
Code for reference.
var locationSummaryGrid =
{
datatype: “json”,
datafields: dataFieldColumns,
url: ‘planningSummaryGrid.htm’
};
Kindly suggest.