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
vivek singh 26vivek singh 26 

Hi my requirment is --------

Create a visualforce page that will show all accounts
paged by Alphabets
There wil be a button called Mass edit
on click of it the account list will be in editable mode.
There will be a button called Save
 on click of this button all the changes made will be saved to salesforce
Sonam_SFDCSonam_SFDC
Hi Vivek,

The dc at the following link gives you the usage of list controllers and sample code to try the implementation of your requirement:
http://developer.force.com/cookbook/recipe/editing-multiple-records-using-a-visualforce-list-controller%EF%BB%BF

Hope this helps!
vivek singh 26vivek singh 26
How we write its code in class
Sonam_SFDCSonam_SFDC
If you do not wish to use the standard list controller - you can also use the following custom controller and create a class to show the and achieve the same:
https://developer.salesforce.com/docs/atlas.en-us.pages.meta/pages/pages_quick_start_massupdate.htm#pages_quick_start_massupdate?language=en