Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Preserve inline edit field values on backend validation errors #7184

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

bhautikpatel1907
Copy link

In the Admin area, added functionality to retain inline edit field values in the grid when backend validation errors occur during the update process. Previously, upon encountering validation errors, the grid would refresh, causing users to lose all entered field values. This enhancement ensures a smoother editing experience for administrators by maintaining their input even in error scenarios.

Changes Made:
=> Table.cshtml : - Added logic to show update and cancel buttons without grid refresh upon AJAX response in updateRowData_ function

12.05.2024.02_44.webm

In the Admin area, added functionality to retain inline edit field values in the grid when backend validation errors occur during the update process. Previously, upon encountering validation errors, the grid would refresh, causing users to lose all entered field values. This enhancement ensures a smoother editing experience for administrators by maintaining their input even in error scenarios.

Changes Made:
=> Table.cshtml : - Added logic to show update and cancel buttons without grid refresh upon AJAX response in `updateRowData_` function
@bhautikpatel1907 bhautikpatel1907 changed the title feat: Preserve inline edit field values on backend validation errors Preserve inline edit field values on backend validation errors May 12, 2024
@AndreiMaz AndreiMaz added this to the Version 4.80 milestone May 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants