문제

we are use below code for multiple item checked from jqxDropdownlist.

   for (var i = 0; i < parsedData[0].user.length; i++) {
    window.jQuery('#user').jqxDropDownList('checkItem', parsedData[0].user[i] ); 
   } 

Could someone help for jqxDropdonwlist dynamically selected multiple value ?

도움이 되었습니까?

해결책

With jqxDropDownList you must check multiple value when check property is true like described here:

jQWidgets: Properties

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top