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
AnushaAnusha 

Re : Inline Editing is not Working

Hello Guys.........!,

 

In my VF page i need to perform Inline Editing in PageBlockTable. The PageBlockTable itself containing a repeat, in between repeat tags i kept OutPutField,  which i want to perform Inline Editing.

 

The repeat values are coming from a map which contains the Dynamic Fields. i.e., we don't know how many Fields we are getting from Custom Settings It's may be 2 or 3 or its may be 10.

 

I wrote the logic., but the InlieEditing was not supporting for this.

Please any body help me...........................

TejTej

Please refer to - <Apex:InlineEditSupport> component in component reference guide.

Chamil MadusankaChamil Madusanka

HI,

 

Try this example from following link

 

http://salesforceworld.blogspot.com/2011/06/inline-editing-in-visualforce-page.html

 

If a reply to a post answers your question or resolves your problem, please mark it as the solution to the post so that others may benefit.

 

Chamil's Blog