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
Geetha BGeetha B 

i am unable to display radio buttons into a html table in vf page can any one help me

 <tr>
          I want a radio group and in each td i need to display a radio button
           <td height="20" width="30%">Responce to Enquiry</td>
           
           <td width="7%" align="center"></td>
           <td width="7%"> </td>
           <td width="7%"></td>
           <td width="7%"></td>  
           <td width="7%"></td>
           <td width="7%"></td>
           <td width="7%"></td>
           <td width="7%"></td>
           <td width="7%"></td>
           <td width="7%"></td>
           
          </tr>
PratikPratik (Salesforce Developers) 
Hi Geetha,

Ypu can refer to these posts:
http://stackoverflow.com/questions/2999398/get-table-row-based-on-radio-button-using-prototype-javascript
http://stackoverflow.com/questions/14013409/html-php-how-to-create-multiple-radio-buttons-for-each-row-in-a-table

Hope this will help you!

Thanks,
Pratik
Geetha BGeetha B
Hi Pratik

  I need to insert a radio button using apex
Geetha BGeetha B
Anoop i want it in html with apex