Planned
Last Updated: 25 Jun 2025 03:22 by ADMIN
Scheduled for 2025 Q3 (Aug)
Emma
Created on: 18 Jun 2025 20:02
Category: Scheduler
Type: Bug Report
0
Telerik blazor scheduler null reference issue

I have been having issues adding the month view to a Telerik Blazor scheduler component, when there is grouping. It gives a null reference error any time I try to switch to the month view. I also tried it using the available demo for grouping in Telerik REPL, the only difference I found between my code and the demo was that I had used the ItemsPerSlot parameter.  I added this to the demo, and was able to reproduce the error I was seeing, and I have attached the console output from the REPL demo. I believe there is either a bug with the ItemsPerSlot being used in conjunction with grouping on a scheduler component, or some instruction missing from how to set it up properly to prevent this null reference issue. 

Changed code:

<SchedulerMonthView ItemsPerSlot="5"></SchedulerMonthView>

Demo used:

Blazor Scheduler (Event Calendar) Demos - Grouping | Telerik UI for Blazor

 


3 comments
ADMIN
Ivan Danchev
Posted on: 24 Jun 2025 14:37

Hi Emma,

Thank you for the clarification on the grouping configuration. 

We managed to replicate the issue and logged it for fixing in our backlog.

Until a fix becomes available, we would recommend not using the ItemsPerSlot parameter with vertical grouping. 

I've updated your Telerik points for reporting this bug. 

Regards,
Ivan Danchev
Progress Telerik

Love the Telerik and Kendo UI products and believe more people should try them? Invite a fellow developer to become a Progress customer and each of you can get a $50 Amazon gift voucher.

Emma
Posted on: 19 Jun 2025 13:31

Hi Hristian,

The code provided works only in horizontal orientation. Switching to vertical and month causes the error. I am using vertical in my own code so I hadn't tested the horizontal view before.  

ADMIN
Hristian Stefanov
Posted on: 19 Jun 2025 12:52

Hi Emma,

I tried reproducing the error by setting the ItemsPerSlot parameter, but the demo continues to work correctly without any issues. Here's the sample I'm using for testing:
https://blazorrepl.telerik.com/mTYKbZlm49fj8CYP45

I might be missing something in order to reproduce the issue—let me know a few more details so I can dig in further.

Regards,
Hristian Stefanov
Progress Telerik

Love the Telerik and Kendo UI products and believe more people should try them? Invite a fellow developer to become a Progress customer and each of you can get a $50 Amazon gift voucher.