Thread ID: |
Created: |
Updated: |
Platform: |
Replies: |
144706 | May 18,2019 08:31 AM UTC | Aug 8,2019 10:39 AM UTC | Blazor | 10 |
![]() |
Tags: Scheduler |
<div class="col-lg-12 control-section">
<div class="schedule-wrapper">
<EjsSchedule id="schedule" Locale="de" Width="100%" Height="650px" SelectedDate="new DateTime(2019, 1, 10)">
</EjsSchedule>
</div>
</div>
@functions{
protected override void OnAfterRender()
{
this.JsRuntime.Ejs().EnableRipple(true).LoadLocaleData("wwwroot/css/de/locale.json").LoadCldrData(new string[] { "wwwroot/css/de/numberingSystems.json", "wwwroot/css/de/ca-gregorian.json", "wwwroot/css/de/numbers.json", "wwwroot/css/de/timeZoneNames.json" });
}
} |
This post will be permanently deleted. Are you sure you want to continue?
Sorry, An error occured while processing your request. Please try again later.
This page will automatically be redirected to the sign-in page in 10 seconds.