Syncfusion AI Assistant

How can I help you?

Open the Blazor Datetime Picker popup on Focus

4 Nov 20251 minute to read

Open the DateTimePicker popup when the input receives focus by setting the OpenOnFocus property to true.

The following example demonstrates how to open the DateTimePicker popup when the input is focused.

@using Syncfusion.Blazor.Calendars

<SfDateTimePicker TValue="DateTime?"  OpenOnFocus="true" ShowClearButton="true"></SfDateTimePicker>

Opening the Blazor DateTimePicker popup when the input is focused