This question is locked. New answers and comments are not allowed.
In my grid, I have a Quantity and Unit Price column.
When doing ajax inline editing, I'd like the "Total" column to be updated automatically.
If I was using jQuery, I'd look for the element and do the math myself...
so the question is:
a) do I use javascript myself (and if so, how do I locate the elements in the grid), or
b) can I do this within the Telerik Grid? how?
And finally, I'm wanting this feature in the Batch Editing...
so obviously, I could update the totals after the hit "Save Changes"
but would still prefer to see the totals updated as they type, or as they lose focus on a cell in the grid row.
Thank you!
When doing ajax inline editing, I'd like the "Total" column to be updated automatically.
If I was using jQuery, I'd look for the element and do the math myself...
so the question is:
a) do I use javascript myself (and if so, how do I locate the elements in the grid), or
b) can I do this within the Telerik Grid? how?
And finally, I'm wanting this feature in the Batch Editing...
so obviously, I could update the totals after the hit "Save Changes"
but would still prefer to see the totals updated as they type, or as they lose focus on a cell in the grid row.
Thank you!