Hi,
I have a grid with columns Qty, Price and Total. When the user changes the Qty and clicks on Update, I want to recalculate the total and update the Total cell. How would you do that? The grid is setup with GridEditMode.InLine.
And while were adding things up, how do you do a grand total and display it in the footer?
Thx,
PT
I have a grid with columns Qty, Price and Total. When the user changes the Qty and clicks on Update, I want to recalculate the total and update the Total cell. How would you do that? The grid is setup with GridEditMode.InLine.
And while were adding things up, how do you do a grand total and display it in the footer?
Thx,
PT