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
Sukhdeep SinghSukhdeep Singh 

Does`t save value in inline editing If I directly click on save button

I am useing below VF code. When I change a value of field 'company' & click once outside of the text field & then press save button the value
gets saved. But it does`t save If I dirrectly click on save button after changing a value in text field
Please suggest . . . 

Thanks,

<apex:outputField value="{!sellead.Company}" ><apex:inlineEditSupport event="ondblClick" 
            showOnEdit="saveButton,cancelButton"  ></apex:inlineEditSupport> </apex:outputField> 

 
BalajiRanganathanBalajiRanganathan
it should work.probably check your VF Version?
Sukhdeep SinghSukhdeep Singh
version is 27.0
Sukhdeep SinghSukhdeep Singh
Can any one please suggest why every time I have to click once outside the text field to save the new changes. How I can avoid this ??