I have a group of dropdownlists but I'm not utilizing grouping. I've been looking @ the documentation and haven't seen any examples of enabling a ddl as part of the process of selecting from an initial dropdownlist. This is the format I'm using:
<ej-drop-down-list id="projectsList" width="350px" height="25px" show-rounded-corner="true" watermark-text="Select Project" enable-persistence="true">
<e-datamanager id="Projects" json="ViewBag.Projects"></e-datamanager>
<e-drop-down-list-fields text="project" id="id" value="id" />
</ej-drop-down-list>
I'm guessing this can be done with the onchange event & Javascript but just wanted validation or to see if something else is required?