Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7719913
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 1, 20262026-06-01T03:32:00+00:00 2026-06-01T03:32:00+00:00

I am using Flexigrid in my web App.When user add or delete a record,the

  • 0

I am using Flexigrid in my web App.When user add or delete a record,the $(“#displays”).flexReload function will be called,but it doesn’t work in IE.
I have to relaunch IE or clear browser’s cache manually.
Any idea?
Thanks in advance.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-01T03:32:02+00:00Added an answer on June 1, 2026 at 3:32 am

    There are two ways to solve this problem

    **Server side solution:**  Set the HTTP headers of the response to avoid returning response from cache.
    
    In HTML: (in the header)
    
    <META HTTP-EQUIV=”Cache-Control” CONTENT=”no-cache”>
    <META HTTP-EQUIV=”expires” CONTENT=”0″>
    
    In PHP: (in the script)
    
    header(”Cache-Control: no-cache, must-revalidate”);
    header(”Expires: Mon, 26 Jul 1997 05:00:00 GMT”);
    
    In JSP: (before writing to the output stream)
    
    response.setHeader(“Cache-Control”,”no-cache”);
    response.setDateHeader (“Expires”, 0);
    
    **Client side solution:** (1) Make HTTP POST call — only HTTP GET calls are served from cache or (2) Make sure the HTTP GET URL is different every time.
    
    (1) Make HTTP POST call –
    set method=”POST” and handle the call appropriately
    
    (2) Append a unique parameter to the HTTP GET call so that the URL is different every time. A unique time stamp is a good choice.
    The following sample code, may do the job:
    
    var timeStampForNocache:Date = new Date() ;
    params.noCacheControlVar = timeStampForNocache.getTime().toString() ;
    I have named the parameter “noCacheControlVar”. You can name it anything else you please. The name does not matter. What matters is that the timestamp makes the HTTP GET URL unique.
    

    Happy Coding !!!

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm using json data below for flexigrid, but it doesn't work. json.txt {'page':1, 'total':1,
I'm using flexigrid with jquery-1.2.3.pack.js . It works fine with Firefox but when I
im trying to pass new query to FlexiGrid using this code: $('#fgAllPatients').flexReload({ query: 'blah=qweqweqwe'
Using Xcode4.2.1, with a basic PhoneGap template based app. (I say template, but I
I'm using jquery flexigrid in my asp.net mvc app and fetching the data with
I am using Flexigrid in my project to add a button on the grid
I have been using flexigrid for my CMS and I like it except there
I am using the FlexiGrid jQuery plug in and I need to get a
Using TortoiseSVN against VisualSVN I delete a source file that I should not have
Using JDeveloper , I started developing a set of web pages for a project

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.