Skip to content

Using the setOptions() method in an MVVM Grid causes two read requests #5872

@kendo-bot

Description

@kendo-bot

Bug report

Ticket ID: 1472456

Reproduction of the problem

  1. Run Dojo
  2. Open the Network tab of dev tools
  3. 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

Metadata

Metadata

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions