Hi Team,
Can you please help me to save the edited value in Quote product grid from the JavaScript.
Currently, I've developed a JavaScript function to update the discount value in Quote product grid. In my Quote main form there is a field to enter discount percentage. When change the discount pct, all the discount values in Quote product editable grid will be updated. Now I want to save the updated values in Quote product grid. I tried to save it by click on Save Button on the grid, but it didn't work. Even the save event didn't fired.
Can someone please advice me to do this.
My Code:
This function will call in Quote form Discount Pct OnChange event.
Thank You.