RadzenAgendaView Template

Hi all

The RadzenAgendaView still shows the TimeDisplay when a Template is defined.

I can see why it happens. Would it be OK to add a bool property on IScheduler (and it’s corresponding implementation in RadzenScheduler) that returns whether a Template is present? Could then test against this to determine if the TimeDisplay is output.

Regards

Paul

Hi @Paul_Ruston,

This design doesn't sound right to me - adding a property to IScheduler for the sake of RaddzenAgendaView. No other view requires such properties. Why is it needed?

Need some way to determine if a Template is declared. Because Appointments are rendered via Scheduler but the TimeDisplayis rendered within AgendaSlotEvents.

I could put a property on RadzenAgendaViewto show/hide the TimeDisplayif that sounds better?

It sounds better as it affects the agenda view itself.

1 Like