Hi,
I have a requirement to remove optionset value of an attribute in my editable subgrid in entity form.
I have an entity form and in one tab I have an editable grid with some attribute values and one control as an attribute named as "Role" and it contains 5 option value out of which I have to show only the 2 option values.
Can anyone suggest me how to access the control in subgrid or attribute in subgrid and use "removeOptions" function like we do in on entity form so that I can show only the 2 options out of 5.
Thanks