This is a migrated thread and some comments may be shown as answers.

[Solved] client events when editing

1 Answer 87 Views
Grid
This is a migrated thread and some comments may be shown as answers.
mro
Top achievements
Rank 1
mro asked on 17 Apr 2008, 11:00 PM
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?

1 Answer, 1 is accepted

Sort by
0
Sebastian
Telerik team
answered on 21 Apr 2008, 12:39 PM
Hello mro,

I think that the project from this code library entry along with the integration example illustrating how to use RadInput for RadGrid client-side totals can be used as a basis for your custom implementation. Feel free to modify the code in order to be in conjunction with your custom requirements.

Best regards,
Stephen
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
Tags
Grid
Asked by
mro
Top achievements
Rank 1
Answers by
Sebastian
Telerik team
Share this question
or