Thread ID: |
Created: |
Updated: |
Platform: |
Replies: |
146616 | Aug 10,2019 04:14 PM UTC | Aug 12,2019 11:20 AM UTC | Blazor | 1 |
![]() |
Tags: DatePicker |
<EjsDatePicker Value="@DateValue" ValueChange="@onChange" AllowEdit="false"></EjsDatePicker>
<p>DatePicker Value is: @DateValue</p>
@code {
public DateTime? DateValue { get; set; } = DateTime.Now;
private void onChange(Syncfusion.EJ2.Blazor.Calendars.ChangedEventArgs args)
{
DateValue = args.Value;
}
} |
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.