From c29dcd8fc905197d90492cbbfe02935378cf1d41 Mon Sep 17 00:00:00 2001 From: Samuele Locatelli Date: Fri, 6 Sep 2024 08:47:45 +0200 Subject: [PATCH] Update appunti Radzen --- .../Components/EventConsole.razor | 12 ++++++++++++ EgwCoreLib.BlazorTest/Pages/TestRadzenSched.razor | 14 ++++++++++++++ 2 files changed, 26 insertions(+) diff --git a/EgwCoreLib.BlazorTest/Components/EventConsole.razor b/EgwCoreLib.BlazorTest/Components/EventConsole.razor index 261b2bc..7a89acd 100644 --- a/EgwCoreLib.BlazorTest/Components/EventConsole.razor +++ b/EgwCoreLib.BlazorTest/Components/EventConsole.razor @@ -19,6 +19,18 @@ @code { + + /* ------------------------------------------------ + * Radzen Blazor + * https://www.radzen.com/blazor-components/ + * dettagli installazione: + * NET6: https://blazor.radzen.com/get-started/net6-server + * NET8: https://blazor.radzen.com/get-started/net8 + * + * demo compo + * https://github.com/radzenhq/radzen-blazor/blob/master/RadzenBlazorDemos/Shared/EventConsole.razor + * ------------------------------------------------*/ + class Message { public DateTime Date { get; set; } diff --git a/EgwCoreLib.BlazorTest/Pages/TestRadzenSched.razor b/EgwCoreLib.BlazorTest/Pages/TestRadzenSched.razor index a96ccdb..5003e25 100644 --- a/EgwCoreLib.BlazorTest/Pages/TestRadzenSched.razor +++ b/EgwCoreLib.BlazorTest/Pages/TestRadzenSched.razor @@ -48,6 +48,20 @@ @code { + + /* ------------------------------------------------ + * Radzen Blazor + * https://www.radzen.com/blazor-components/ + * + * dettagli installazione: + * NET6: https://blazor.radzen.com/get-started/net6-server + * NET8: https://blazor.radzen.com/get-started/net8 + * + * Test componente Scheduler: + * https://blazor.radzen.com/scheduler?theme=material3 + * https://blazor.radzen.com/docs/guides/components/scheduler.html + * ------------------------------------------------*/ + RadzenScheduler scheduler; EventConsole console; Dictionary events = new Dictionary();