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 Pal 33Abhishek Pal 33 

How to find which row is edited by inlineEditSupport?

Hello,

I am using inlineEditSupport tag in VF page where the rows are getting displayed dynamically.
My requirement is that I need to uncheck the checbox on undo button of inlineEditSupport.

For this I am using the resetFunction but I am not to get the current row so that I can disable the checkbox.

Plese see code for reference :-

<apex:outputfield value="{!a.cAccount[f]}" rendered="{!f.type != 'picklist'  && f.fieldPath!='Name'}" id="AccValue">
                                                    <apex:actionSupport event="onchange" rendered="{!a.fieldIsChanged = true}"/> 
                                                    <apex:inlineEditSupport event="onClick" resetFunction="test(this)"/>
                                                </apex:outputfield>


I tried to use this operator but I am geting  [object window] at console and don't know how to retreive values if any.

Please help, I am stuck in this from last one week.

Thanks in advance.
NagendraNagendra (Salesforce Developers) 
Hi Abhishek,

Sorry for the delayed reply.

May I suggest you please check with below link from the forums community with a similar discussion which might help you further. Hope this should help you.

Kindly mark this as solved if the reply was helpful.

Thanks,
Nagendra