Skip to main content

I Have a page built which contains multiple pages of records and when i make an inline edit of a record and save it i am returned to the first page with the field i tried to change in the same “Edit” mode on the second page.

What is the best way to try and troubleshoot / resolve this issue The field is using the standard field renderer 

Are you using multiple models to show the multiple records on your page?  If so,  it sounds like your save and cancel button is only tied to the first model and not the second one.  Since it does not effect a save action on the second model, it doesn’t set it back to read mode. 


Reply