­
ForceTree.com: radiobutton
radiobutton

Radiobutton in a Datatable in Visualforce Page: Retain Selection

1:36 PM
This blog post is an extension of a previous blog post (http://www.forcetree.com/2011/09/radiobutton-in-datatable-in-visualforce.html). The code below explains the way to retain the RADIO button selection on a Visualforce page. SCREENSHOT: Apex Class: This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more...

Read More...

radiobutton

Radiobutton in a Datatable in Visualforce Page

9:21 PM
As the title of the article implies, in this post we will be seeing an example which uses radio button in a table in visualforce and allows selecting one of the records in the table. You can see a demo of the example here - Click here (forcetreedemos) Visualforce Page: <apex:page controller="RadioButton" showheader="false"> <apex:form> <apex:pageblock id="allcons" title="Available Contacts">                <apex:pageblocktable id="allcons" value="{!AllContacts}" var="allcon">...

Read More...