RadzenScheduler Not showing monthly data

"




"
var app = new Appointment { Start = DateTime.Today.AddMonths(-4), End = DateTime.Today.AddMonths(-3), Text = "Work from Office" };
appointments.Add(app);
app = new Appointment { Start = DateTime.Today.AddDays(-60), End = DateTime.Today.AddDays(-58), Text = "Work from home" };
appointments.Add(app);

The first appointment shows in the year, but not the month. The second appointment added shows in the month and year. It looks like when "AddMonths()" is used in the past, it does not show on the month, but shows in the year. I have historical data that does not show on the month, weekly, daily if it's in the past--but only in the year view.

Hi @kcabral817,

This seems to be a recent regression. Should be addressed by the next release of the Radzen.Blazor library.