I am using getJson
method to get data from the URL and load the grid but getJson
function returns cached data.
I tried using $.ajaxSetup({ cache: false });
but that did not help.
I am using getJson
method to get data from the URL and load the grid but getJson
function returns cached data.
I tried using $.ajaxSetup({ cache: false });
but that did not help.