|
Title: how can I load one dimension array data with combobox? Post by: showlie on March 12, 2014, 07:15:46 PM I want to load one dimension array data without valueField and textField with combobox.like this:
$("cc").combobox({ data:[1,2,3,4,5] }); but it not work. Title: Re: how can I load one dimension array data with combobox? Post by: stworthy on March 13, 2014, 08:16:00 AM Please use 'loadFilter' function to translate the source data to standard format that can be loaded into combo box.
Code: $('#c1').combobox({ |