Editable data grid

0
I am using a data grid to select products on different page now I want a functionality to change the Price dynamically if quantity is changed.  Chatgpt is suggesting me to use editable data grid but i am not understanding specifically which is it. 
asked
1 answers
0

Hi there!

 

Are you using DataGrid or DataGrid2?

 

Best would be to add an 'OnChange'-event to your input widget for quantity that then updates the price using either a micro- or nanoflow. Based on how your data is retrieved (database or association) you need to either refresh your current object or the parent object

answered