I have a field in my Scheduler's dataSource schema that's referenced in a resource to provide custom colors to the Schedule events. The resource gets the color definitions dynamically. When the "editable" and "edit" properties are commented out in my example, the scheduler uses the standard edit popup, and the drop-down is populated correctly (see standardEdit.png). When the properties are uncommented, the scheduler uses my custom definition, but the contents of the drop-down display incorrectly (see customEdit.png). How do I define a custom template so the drop-down diaplays the same as in the standard template?