Datagrid Line Total

  • Thread starter Thread starter Azurewrath
  • Start date Start date
A

Azurewrath

I have a seemingly simple problem...

I created a datagrid with 3 columns - quantity, unit price and line
total. Line total is equal to quantity * unit price.

I need the Line Total column to automatically compute (on the fly) as
a user is editing the quantity or unit price columns and not when the
focus leaves the quantity or unit price columns.

Please post a sample code. Thanks.
 
Back
Top