Hello All,
I have a list with columns say Title, Description,Approver1 and MultChoice.
Requirement are as below:
- Title, Description and Approver1 should be editable by initiator
- MultChoice should be editable only by Approver1
- MultChoice should be disabled for others (but the value should be seen)
- MultChoice is a field of type choice which display as checkbox
- this needs to be implemented using javascript or jquery
I tried various functions like hide() disable and prop(). Nothing seems to be working. It would be of real help if someone could help me with this.
Mitz Sanil