So if I use $(“#jqxWidget”).jqxListBox(“insertAt”, item, 1);
what would the var item statement look like.
In my example I have it set to json. not sure how I wouls et it for label value and disabled.
Also on the click event of the list I am able to get a column from the dataAdapter that is bound to the list but not shown in the list. Will I not be able to to this for items i add?