标签: angularjs kendo-ui kendo-grid
这不是最佳实践解决方案,但它帮助了我:
$scope.$on('kendoWidgetCreated', function (event, widget) { if (widget === $scope.$$childTail['yourDetailTable']) { //implementation } });