New to Kendo UI for jQueryStart a free 30-day trial

Cannot Preserve the Popup Template When Using the Grid setOptions Method in AngularJS

Environment

ProductProgress® Kendo UI® Grid for jQuery
Operating SystemWindows 10 64bit
BrowserGoogle Chrome
Browser Version56.0.2924.87 (64-bit)

Starting with R2 2022, the Kendo UI team officially drops the support for AngularJS 1.x through Kendo UI for jQuery. The AngularJS related files and functionality are removed from the bundles and distribution in R3 SP1 2023. The last version that contains the files is R3 2023.

Description

How can I preserve the popup template of the Grid when I use setOptions to change its options?

Solution

Pass the AngularJS scope to the Grid options. By default, the Grid when initialized expects such logic.

js
$scope.grid.setOptions($.extend({}, options, {
                        $angular: [$scope]
                    }));
In this article
EnvironmentDescriptionSolution
Not finding the help you need?
Contact Support