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
tvvsn suryanarayanatvvsn suryanarayana 

i have a custom field in mypage which i need to display and hide based on the Another field for that im using rendered on "sectionitem" but its not working. so im using rendered on outputPanel then its working but field alignment is not proper.

Dushyant SonwarDushyant Sonwar
When using outputPanel use layout="none"
<apex:outputPanel id="abc" layout="none">

Hope this helps
tvvsn suryanarayanatvvsn suryanarayana
if im using layout="none" the page was not rendering