Unplanned
Last Updated: 22 Mar 2023 14:27 by Nathan

Bug report
Insert on a node's children when using index of 0, аppends item wrongly to PanelBar


Reproduction of the problem
Dojo: https://dojo.telerik.com/iruWAwoy

Click the Insert button to see where the item in the PanelBar goes.

Environment
Kendo UI version: [all]

Unplanned
Last Updated: 18 Feb 2022 12:02 by ADMIN
Created by: Jonas
Comments: 1
Category: Data Source
Type: Bug Report
0

See DoJo

This calls the DataSource read() method 10 times, but after 10 seconds only 2 of them are resolved (and actually only 2 requests are recorded in dev tools).

This is really annoying when relying on logic in a .then() block, because it is never called in the remaining cases.