Unplanned
Last Updated: 21 Oct 2025 10:45 by Kyle
Kyle
Created on: 21 Oct 2025 10:45
Category: Scheduler
Type: Bug Report
0
Virtual Scheduler returns wrong resources in slotTemplate

Bug report

In the Scheduler, if we have a slotTemplate and at the same time views.virtual, the resources().field in the slotTemplate always returns the same value (of the first resource).

Reproduction of the problem

  1. Open the Dojo - https://dojo.telerik.com/lJnddiLz

Current behavior

The data-resource='#= resources().user_id #' in the slotTemplate always has the same value.
If the virtual is disabled, the data-resource='#= resources().user_id #' has a value based on the resource.

Expected/desired behavior

The resources should be correctly returned in the slotTemplate even if the virtual option is enabled.

Environment

  • Kendo UI version: 2025.3.1002
  • Browser: [all ]
0 comments