mikemardon
Programmer
Is there a way I can perform calculations on cells in subsequent rows in a datagrid based on the input into a specific cell on the original row?
I have created a grid and have my fields in place, each cell contains a textbox control - some are for user input and others are not user editable.
For example, if the user changes the value in Row 0,Cell 2 to '1' I need this to subtract '1' from the total (cell 4) in every other row below.
Does this make sense?
I have created a grid and have my fields in place, each cell contains a textbox control - some are for user input and others are not user editable.
For example, if the user changes the value in Row 0,Cell 2 to '1' I need this to subtract '1' from the total (cell 4) in every other row below.
Does this make sense?