Good morning,
I'm looking for a suggestion of how to approach the following situation:
- Editable AngularJS Grid (with dynamically created columns based on server response...use the k-ng-delay to delay until columns built) (this works fine)
- Editable Detail Grid with dynamically created columns based on a server response
Previously we were using the standard template approach based on the detailInit and detailTemplate as specified in this demo: http://demos.telerik.com/kendo-ui/grid/detailtemplate. Our template had angular directives to disable buttons, etc. and we would not attach the detail grid until the columns were built based on data from the server.
All this worked fine until upgrading from V2014.2.1008 to V2014.3.1411. After this upgrade, when an edit was made to the detail grid data, the angular directives no longer got fired unless we force a $apply based on some other event or we click to edit a field in the master row.
We started adjusting our detail grid to follow the more-angular approach as specified here, http://demos.telerik.com/kendo-ui/grid/angular, but not sure how to delay binding as the k-ng-delay and k-rebind don't make sense in this context.
Any suggestions on how to follow this approach?
Thanks,
Chuck
I'm looking for a suggestion of how to approach the following situation:
- Editable AngularJS Grid (with dynamically created columns based on server response...use the k-ng-delay to delay until columns built) (this works fine)
- Editable Detail Grid with dynamically created columns based on a server response
Previously we were using the standard template approach based on the detailInit and detailTemplate as specified in this demo: http://demos.telerik.com/kendo-ui/grid/detailtemplate. Our template had angular directives to disable buttons, etc. and we would not attach the detail grid until the columns were built based on data from the server.
All this worked fine until upgrading from V2014.2.1008 to V2014.3.1411. After this upgrade, when an edit was made to the detail grid data, the angular directives no longer got fired unless we force a $apply based on some other event or we click to edit a field in the master row.
We started adjusting our detail grid to follow the more-angular approach as specified here, http://demos.telerik.com/kendo-ui/grid/angular, but not sure how to delay binding as the k-ng-delay and k-rebind don't make sense in this context.
Any suggestions on how to follow this approach?
Thanks,
Chuck