I have read a few other posts similar to this but I cant seem to get things working correctly. I can see the dropdown list field in the edit dialog box, but it is grayed out, and not functional. I have not used js/jquery in over a year so I am a little rusty.
This is the code I used to get this far.
var dpField = ''
dpField += "<div>"
dpField += "<div class='jqx-scheduler-edit-dialog-label'>Test</div>"
dpField += "<div class='jqx-scheduler-edit-dialog-field'><input type='text' id='list' /></div>"
dpField += "</div>"
$("#list").jqxDropDownList({selectedIndex: 1, source: 'source1', height: 25 });