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
DipaDipa 

Accessing ID of a selected record - while using apex:DataTable or apex:pageBlockTable

In a single page I need to display a list of records with update/delete/save options. Within the another section of the same page I need to display some details of the selected record, also with update/delete/save options. I have been trying if apex:selectList or apex:selectRadio can be helpful in this regard, but no luck ...

 

Is it something we can do in visual force?
David VPDavid VP

This is entirely possible.

what is it exactly that you can't get to work ?

 

Post your code (or a trimmed down example of it) and we'll have a look at it.

 

 

-david-