- Bug Reports:
A) Changes made to the item inside onItemUpdating function should be respected and saved
B) Changes made to the item inside onItemUpdating function are ignored while saving
C) http://jsfiddle.net/koljada/mhfukn0b/2/
In particular it would be very useful for handling computed columns. E.g I wanted to create a computed column TotalPrice which should be always equal to the multiplication of Qty and UnitPrice.
A) Changes made to the item inside onItemUpdating function should be respected and saved
B) Changes made to the item inside onItemUpdating function are ignored while saving
C) http://jsfiddle.net/koljada/mhfukn0b/2/
In particular it would be very useful for handling computed columns. E.g I wanted to create a computed column TotalPrice which should be always equal to the multiplication of Qty and UnitPrice.