Hi All,
My question is --> We have a table. In that we have multiple rows. each row have have 3 input box[Kg, Gram, Pound] where user can enter in number. if user enter "Kg", the change will reflect on "Gram" and "Pound" for that particular row. If user enter "Gram", the change will reflect on "Kg" and "Pound" for that particular row. If user enter "Pound", the change will reflect on "Kg" and "Gram" for that particular row and then we save. It will be in SAPUI5
Thanks in Advance