You need to sign in to do that
Don't have an account?

How to display the rendered field exactly below the other field based on which rendering
Hi,
I am rendering a picklist field based on text field null or not. I want the rendered field exactly below the text field. To achieve this I am using PageblocksectionItem and Panelgrid but this is interrupting alignments. Can any one suggest other ways without interrupting the alignments.
Thanks.
I am rendering a picklist field based on text field null or not. I want the rendered field exactly below the text field. To achieve this I am using PageblocksectionItem and Panelgrid but this is interrupting alignments. Can any one suggest other ways without interrupting the alignments.
Thanks.
Refer below code.Here I have pageBlockSection with 2 columns and I have displayed Rating field under the AccountName field by just passing an outputText field for 2nd column.
<apex:pageBlockSection columns="2">
Please let me know if this works.
All Answers
Refer below code.Here I have pageBlockSection with 2 columns and I have displayed Rating field under the AccountName field by just passing an outputText field for 2nd column.
<apex:pageBlockSection columns="2">
Please let me know if this works.
Thanks for your response. I tried your code this is similiar to what I need. But the issue is if I have more fields on the page the positions got changed. Plese see below and suggest.
Thanks.
After few modifications I could resolve this. Thanks you very much for your help.
Thanks.