function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
AmritaAmrita 

Hover window doesn't display updated data in IE

Hi,

 

I am getting problem using Hover popup window in my visualforce page.

Scenario -

My visual force page has a datatable and edit form.

Clicking on edit button, opens the current record in edit form and upon editing we can save data.

On mouse over of record, i am displaying complete record info in hover menu provided by salesforce.

Problem -

The hover menu always displays the old data (first time the data, record had ) not the new data (edited and saved data).

I think browser (IE) is caching the data. Please help me, how to get updated data every time?

Note: Its working fine with Firefox.