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
srikanth Gottimukkalasrikanth Gottimukkala 

how to create inline edit for picklist field

Abhi_TripathiAbhi_Tripathi
use apex:inlineEditSupport

This component provides inline editing support to <apex:outputField> and various container components. In order to support inline editing, this component must also be within an <apex:form> tag.

Please go through this link, 
https://help.salesforce.com/apex/HTViewHelpDoc?id=getstart_inline_editing.htm&language=en (https://help.salesforce.com/apex/HTViewHelpDoc?id=getstart_inline_editing.htm&language=en)
https://developer.salesforce.com/docs/atlas.en-us.pages.meta/pages/pages_compref_inlineEditSupport.htm