Вопрос

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