I have select dropdownlist Multiple and assign values from service
service has list of values in array as follows
{roleid:1,roleName:GM}{roleid:2,roleName:SM}roleid:3,roleName:AM}
I want to assign values to dropdownlist based on the id I get. (I may get more than one role id in the service, so based on role id received from service it should be selected in the dropdown)