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
Abhishek PurohitAbhishek Purohit 

how can I provide save and delete function in my controller after inline editing of a record?

Dilip_VDilip_V
Hi Abhishek,

Please refer to below links.
http://sfdcsrini.blogspot.com/2014/08/inline-editing-in-visualforce-page.html
http://salesforceworld.blogspot.in/2011/06/inline-editing-in-visualforce-page.html
https://developer.salesforce.com/docs/atlas.en-us.pages.meta/pages/pages_compref_inlineEditSupport.htm

Thanks.