I have an editable grid view form consisting of Field “P/N”, “Item”, “Quan”, “Price”, “Total”, “Cost”.
I want to disable field “Total” and “Cost” so that user cannot change any values.
After entering “Price”, the on blur event calculates “Total” and “Cost” and the values show O.K.
But after saving the record, both the value of “Total” and “Cost” are 0.
This scenario was working fine under SC7 but when I switch to SC9, it didn’t work.
Any suggestion on how to fix this?