Hi Berly,
Thanks for answering!
I'm actually having trouble with loading the page. The selected value is not "selected" in the control. I digged through the <ejs-scripts> that is rendered and saw that the selected item is actually flagged as True. I don't get why it doesn't reflect on the control
new ejs.dropdowns.DropDownList({dataSource:ejs.data.DataUtil.parse.isJson([
{Disabled:!1,Group:null,Selected:!1,Text:"dsad",Value:"b0868b73-0511-4d6e-bc99-fb02bd1caf32"},{Disabled:!1,Group:null,Selected:!0,Text:"Product Cat",Value:"a9b48a80-17ee-472e-bb54-7a6134b572de"}
]),fields:{text:"Text",value:"Value"},floatLabelType:"Always",ignoreAccent:!1,placeholder:"Associated Category Type",zIndex:1e3}).appendTo("#AssociatedCategoryTypeId");