J
Jon
I have a datagrid with a total row on the bottom. What is the best
method to "instantly" update the total row when the value of any row
changes. I am running into problems when I use the column changed
event to calculate the total and assign it directly to the grid ->
myDataGridObject[totalrow,colIdx]=newTotal. When I do this, more
change events are fired, causing unwanted consequences.
method to "instantly" update the total row when the value of any row
changes. I am running into problems when I use the column changed
event to calculate the total and assign it directly to the grid ->
myDataGridObject[totalrow,colIdx]=newTotal. When I do this, more
change events are fired, causing unwanted consequences.