Hello Community,
I’m trying to solve a problem here already a few days.
and though it comes that when I dropdownbutton click the
should be read only the datasource.
I give you a practical example using a code.
var source = ["Affogato", "Americano", "Bicerin", "Breve", "Café Bombón", "Café au lait", "Caffé Corretto", "Café Crema"];
$("#jqxDropDownList").jqxDropDownList({width:'200px', height:'25px'});
$('#jqxDropDownList').on('open', function (event) { //here load the source });
big thx in advance
detberlin