The Blazor DateRangePicker is a lightweight and mobile-friendly component that allows end users to select start and end dates as a range from a calendar pop-up or by entering the value directly in an HTML input text box.
Define the preset of ranges (like last 30 days or last week) to set date ranges frequently used by the end users.
The Blazor DateRangePicker control formats the value displayed in the input. Formatting displays the date or number based on a specific culture or user need.
Globalization translates the names of months, days, and the today button text to any supported language. The date format and first day of the week are set to specific cultures.
Easily limit selection to a date range with specific minimum and maximum numbers of days (span of days) by setting the min and max days options.
Enter or select a value within a specific range of dates by defining the min and max properties.
The Blazor Date Range Picker allows display of date ranges. When the date value is out of this range, validation error is triggered. The invalid and out-of-date-range values are set in a disabled state to prevent users from entering them or selecting them.
The appearance of the component can be completely changed. Customize the application’s look and feel according to the requirement.
Change the first day of the week for every month.
The Blazor DateRangePicker provides a responsive mode that gives an adaptive, redesigned UI appearance for mobile devices.
You have control over all the UI elements and behaviors of the Blazor DateRangePicker with a rich set of developer-friendly APIs to provide the best experience to your end users.
The Blazor DateRangePicker supports several built-in SASS-based themes are available such as Tailwind CSS, Bootstrap 5, Bootstrap 4, Bootstrap, Material, Fabric, and High Contrast. Simplify theme customization either by overriding the existing SASS styling or creating custom themes by using the Theme Studio application.
Easily get started with the Blazor DateRangePicker using a few simple lines of C# code example as demonstrated below, Also explore our Blazor DateRangePicker Example that shows you how to render the daterangepicker component.
@using Syncfusion.Blazor.Calendars
<SfDateRangePicker TValue="DateTime?" Placeholder="Choose a Range" Min="@MinDate" Max="@MaxDate"/>
@code {
public DateTime MinDate {get;set;} = new DateTime(2017, 01, 05);
public DateTime MaxDate {get;set;} = new DateTime(2017, 12, 20);
}
DateRangePicker is also available in JavaScript, Angular, React and Vue frameworks that are built from their own TypeScript libraries. Check out the different DateRangePicker platforms from the links below,
We do not sell the Blazor DateRangePicker separately. It is only available for purchase as part of the Syncfusion Blazor suite, which contains over 80 native Blazor components, including the DateRangePicker. A single developer license for the Syncfusion Essential Studio for Blazor suite costs $995.00 USD, including one year of support and updates. On top of this, we might be able to offer additional discounts based on currently active promotions. Please contact our sales team today to see if you qualify for any additional discounts.
You can find our Blazor DateRangePicker demo here.
No, our 80+ Blazor components, including DateRangePicker, are not sold individually, only as a single package. However, we have competitively priced the product so it only costs a little bit more than what some other vendors charge for their DateRangePicker alone. We have also found that, in our experience, our customers usually start off using one of our products and then expand to several products quickly, so we felt it was best to offer all 80+ Blazor components for a flat fee of $995/developer. On top of this, we might be able to offer additional discounts based on currently active promotions. Please contact our sales team today to see if you qualify for any additional discounts.
No, this is a commercial product and requires a paid license. However, a free community license is also available for companies and individuals whose organizations have less than $1 million USD in annual gross revenue and five or fewer developers.
A good place to start would be our comprehensive getting started documentation.
Greatness—it’s one thing to say you have it, but it means more when others recognize it. Syncfusion is proud to hold the following industry awards.