I have tried to show comma seperated values using following code:-
`var PosEmailId=4,5;
var resultPositive = PosEmailId.split(‘,’);
$.each( resultPositive, function( key, value ) {
$(“#EditPositiveEmailId”).jqxDropDownList(‘checkItem’, value);
});`
but when i click on edit link of another row even than the same values are shown selected.