I have a SharePoint List with some columns. I have following scenario:
ColA: Test1, Test2, Test3
ColB: 0, 10, 55
ColC: $0, $12, $60
Col A is a dropdown. Col B and C are calculated fields. Based on the value selected in ColA, ColB and ColC values will be auto populate. Since ColB and C are calculate columns, they are displayed in the list as well as in SharePoint display form. I want to show ColB and C fields in read only mode on SharePoint new and Edit form for users. I am using SharePoint List form not Infopath form. Looking for suggestions to achieve this functionality.