Search results for query: *

  • Users: robyn
  • Content: Threads
  • Order by date
  1. R

    Question DataGridView-When a value in 1 cell changes,how to update another cell with new value

    In my program I have a DataGridView which shows a table of orders. I want when a user changes a number in the quantity column, for my program to update the price column either after the user has left the cell or when they click 'Update Order'. I could use a sub (as below) to change the price...
Back
Top