nopSolutions / nopCommerce

ASP.NET Core eCommerce software. nopCommerce is a free and open-source shopping cart.
https://www.nopcommerce.com
Other
9.09k stars 5.2k forks source link

Preserve inline edit field values on backend validation errors #7184

Open bhautikpatel1907 opened 2 months ago

bhautikpatel1907 commented 2 months ago

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