Bug report
Ticket ID: 1472456
Reproduction of the problem
- Run Dojo
- Open the Network tab of dev tools
- Click on Set Options button
Current behavior
Using the setOptions() method in an MVVM bound grid causes 2 read requests
Expected/desired behavior
A single request should be issued.
Workaround
Programmatically remove the kendo binding from the element before calling the setOptions() method.
grid.element[0].kendoBindingTarget = null;
grid.setOptions(options);
Environment
- Kendo UI version: 2023.3.1114
- Browser: all