Hello,
I have I grid row in edit mode with:
text box - user enters the amount,
drop down list - used to select a quantity,
a column called Total which is not editable,
a label in the command item template called Amount Sum.
When the user selects the drop down list the qty changes and i have to calculate the total amount (qty * amount) and to update Total column and Amount Sum label which is the sum of all Total columns. All client side.
Can anybody give me an example how to do this?
I have I grid row in edit mode with:
text box - user enters the amount,
drop down list - used to select a quantity,
a column called Total which is not editable,
a label in the command item template called Amount Sum.
When the user selects the drop down list the qty changes and i have to calculate the total amount (qty * amount) and to update Total column and Amount Sum label which is the sum of all Total columns. All client side.
Can anybody give me an example how to do this?