Smart UI Components & Libraries – Grid, Scheduler, Gantt, Kanban for Angular, React, Next.js, Vue, Blazor, JavaScript › Forums › Editor & Inputs › How do I handle Input in Blazor? This topic has 1 reply, 2 voices, and was last updated 4 months ago by Markov. Viewing 2 posts - 1 through 2 (of 2 total) Author Posts August 11, 2025 at 10:39 am #112843 michaelsandersParticipant How do I bind data to the Smart.DateTimePicker? Are controlled and uncontrolled modes supported? August 13, 2025 at 2:22 pm #112851 MarkovKeymaster Hi, You can use its setDate and getDate methods to set and get dates or bind its value property to a Blazor variable. <DateTimePicker @bind-Value="@selectedDate" FormatString="dd/MM/yyyy HH:mm" /> <p>Selected: @selectedDate</p> @code { private DateTime selectedDate = DateTime.Now; } Best regards, Markov Smart UI Team https://www.htmlelements.com/ Author Posts Viewing 2 posts - 1 through 2 (of 2 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In With Google Log In