Hello All:
I'm a total newbie when it comes to DataGrids.
Here's what I would like to do:
Col1 Col2 Col3 Col4
Val1 Val1 * x Val2 Val2 * (Val1 * x)
All of these values are stored in a database. Upon load, I want to
load all the initial values from the database.
What I am not sure of is how to enable the user to be able to edit the
entry fields, redo the calculations and update the database through an
update statement.
What is the best approach for this?
Any code samples or a point in the right direction would be much
appreciative...
|