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
anil Kumaranil Kumar 

standardset controller

Hi,

What is standardset controller and where we use standardset controller?

Regards,

Anil Kumar
SravsSravs
HI Anil, 

StandardSetController objects allow you to create list controllers similar to, or as extensions of, the pre-built Visualforce list controllers provided by Salesforce. This is mainley used for pagination of a list of records. 
https://www.salesforce.com/us/developer/docs/pages/Content/apex_pages_standardsetcontroller.htm
Regards,
Sravs
anil Kumaranil Kumar
I have gone through developer docs but i couldn't understand. pls help me out with other answers.
Chinmay BhusariChinmay Bhusari
HI anil Kumar,

Standard controllers are mostly used for inheriting the sharing propertied of the object as well as their look and feel.You can also include visualforce pages which use standard controllers on your page layout.All standard methods such as save , view ,cancel ,delete etc are available with default functionality when you use standard controller.

Hope this helps.
Regards.