I am working on a requirement where user will enter value in new reading column and i need to calculate difference between new reading and old reading and display value in Difference column.
I am not sure which event handler method i need to use in this case.. is there any event handler for ONENTER...like users enter value and i write logic difference calculation?
thanks,