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
Devendra SawantDevendra Sawant 

Enhanced List Problem

 

Hi,

 

I have created one visualforce page where multiple tabs are taken to display different objects.

 

I have used <apex:enhancedlist> to display records under each tab.

 

When the page loads it only display records on that particular tab/first tab. On other tabs, records are not displayed automatically. The records on other tabs are visible only when i click on Refresh button.

 

Why this is happening? If i use List view all the records are visible. But when i used enhanced list it is giving the problem.

 

How to resolve this issue??

 

Cheers,

Devendra S

Veeru AVeeru A
<apex:tabPanel switchType="ajax" selectedTab="name2" id="theTabPanel">

 

Make sure your switchType is AJAX or SERVER, not CLIENT