Hi DollyB,
It is possible to dynamically change the data source or set properties of the DropDownList when the edit operation begins. If that’s your scenario, you can do something like that:
{ text: 'Category', columntype: 'dropdownlist', datafield: 'category', width: 177, cellsrenderer: renderer, initeditor: function (row, cellvalue, editor) { editor.jqxDropDownList({ valueMember: 'id', displayMember: 'name', source: allCategories.fields }); } },
Best Regards,
Peter Stoev
jQWidgets Team
http://www.jqwidgets.com