Planned
Last Updated: 21 Mar 2025 09:31 by ADMIN
Scheduled for 2025 Q2 (May)
Created by: Holger
Comments: 0
Category: Scheduler
Type: Bug Report
2

I have created an event series with the following RecurrenceRule:

RecurrenceRule = "FREQ=DAILY;BYDAY=MO,TU,WE,TH,FR"

However, it looks like the collection of days is not taken into consideration and the events are created for every day of the week as if I have only set:

RecurrenceRule = "FREQ=DAILY"

---

ADMIN EDIT

---

A possible workaround for the time being is to use  "FREQ=WEEKLY" and extend the occurrence to the desired days of the week. For example, targeting the "Morning run" appointment: https://blazorrepl.telerik.com/cQuiFGOK01nSotIT28.

Planned
Last Updated: 20 Mar 2025 16:27 by ADMIN
Scheduled for 2025 Q2 (May)

I am testing with a Blazor WASM Standalone app that uses Telerik UI for Blazor. I have a sample page with a button on click of which a predefined dialog (for example, alert) is shown. If you make some change on the page and hot reload is enabled, the button click no longer opens the predefined dialog. The dialog is shown only if I navigate to a different page.

Planned
Last Updated: 26 Feb 2025 12:20 by ADMIN
Scheduled for 2025 Q2 (May)
Created by: Jay
Comments: 21
Category: Upload
Type: Feature Request
76
The goal is to be able to upload large files (above the server limit which is usually 20-30MB).
Planned
Last Updated: 26 Feb 2025 12:20 by ADMIN
Scheduled for 2025 Q2 (May)

Support the recurrence rule to create multiple appointments per time slot. Examples of such rules are:

FREQ=DAILY;BYDAY=MO,TU,WE,TH,FR,SA,SU;BYHOUR=08,09,10,11,12,13,14,15,16;BYMINUTE=50

FREQ=MINUTELY;BYMINUTE=1,16,31,46.
Planned
Last Updated: 21 Feb 2025 10:02 by ADMIN
Scheduled for 2025 Q2 (May)

Hello I want to close a TelerikDialog using Esc key and this does not work sometimes. Run this REPL snippet please https://blazorrepl.telerik.com/cnYrwUYq54FZ70xP17. Click into dialog title for instance and press Esc key. Nothing happens.

Very thanks.

Miroslav

  
Planned
Last Updated: 12 Feb 2025 14:54 by ADMIN
Scheduled for 2025 Q2 (May)

If I group by a column, and one of the values in the column contains a forward slash ( '/'), then the value will not be grouped, the Grid ignores it.

The issue seems to occur only when LoadGroupsOnDemand is set to true.

===

ADMIN EDIT

===

A possible option for the time being is to disable the LoadGroupsOnDemand feature.