radzenhq / radzen-blazor

Radzen Blazor is a set of 90+ free native Blazor UI components packed with DataGrid, Scheduler, Charts and robust theming including Material design and FluentUI.
https://www.radzen.com
MIT License
3.43k stars 763 forks source link

Offer a DateRange Picker #1517

Closed taylorchasewhite closed 3 months ago

taylorchasewhite commented 3 months ago

Is your feature request related to a problem? Please describe. I'd like to make it easy for a user to click and drag to select a range of dates. Currently I need to render two DatePicker components side by side or use a second component library that offers such a component but doesn't match with Radzen's nice look.

Describe the solution you'd like I'd like to see a new component, DateRangePicker that allows binding to a StartDate and EndDate and has many of all the same parameters offered by the DatePicker like Footer.

Ultimately, I'm looking for something similar to this obsolete React Date Range component that's no longer maintained:

https://hypeserver.github.io/react-date-range/

image

Quick options on the left side are a nice touch but not necessary.

Describe alternatives you've considered See initial prompt--I've considered using separate libraries, or two side-by-side DatePicker components.

taylorchasewhite commented 3 months ago

I suppose this is related to #157 and #278

enchev commented 3 months ago

Duplicate to https://github.com/radzenhq/radzen-blazor/issues/157