Update one dropdown, and other dropdowns with the same value update too
Hi Greg,
Sorry for the inconvenience,
We have confirmed that the issue “When assign value instead of scope variable in ‘e-value’ attribute in DropDownList[angular], it’s not rendering properly” is a defect. The fix for this issue will be included in our Volume 4 SP1 release in February 2016
Thanks,
Arun P
Thanks for the patience,
We suggest you to use the grid’s default angular template feature instead of external element compilation to render the ejDropDownList inside the grid since it compiled against current scope. Please find the below code snippet
|
<div id="targetsGrid" ej-grid e-datasource="data" . . . . e-allowgrouping="true"> <div e-columns> . . . . . <div e-column e-field="accessGroupMarking" e-headertext="accessGroup" e-width="100"> <input type="text" class="drpAccessGroup" ej-dropdownlist e-fields-id="targetName" e-datasource=$parent.accessGroupData e-fields-text="markingString" e-fields-value="markingString" e-width="100%" e-selecteditemindex="0" e-change="$parent.setTargetAccessGroup" e-value="data.accessGroupMarking" /> </div> </div> |
Please find the modified sample below.
http://jsplayground.syncfusion.com/jprl5oyu
Please let us know if you have any queries,
Regards,
Arun P
Thanks for the update.
Query: “If we weren't to use the e-columns directive, would a fix still occur once we've upgraded to Volume 4 SP1?”
We have analyzed further on this issue and we regret to let you know that this issue does not require any source level fix as we promised earlier. We found that using e-columns directive is the proper way to define columns especially templates in angular initialization of grid as we suggested in previous update because without using column directives in angular mode will results in un-expected behavior since all the sub-controls were compiled against same scope. So we suggest you to use e-column directive in your application level to resolve the issue.
Kindly let us know if you have any other queries.
Regards,
Arun P
We considered this query “Template column not rendering when ungrouping a column” as a bug and a support incident has been created under your account to track the status of this issue. Please log on to our support website to check for further updates.
https://www.syncfusion.com/account/login?ReturnUrl=/support/directtrac/incidents
Regards,
Ragavee U S.
- 6 Replies
- 4 Participants
-
GG Greg Gannicott
- Jan 5, 2016 10:27 AM UTC
- Feb 12, 2016 12:22 PM UTC